Home
last modified time | relevance | path

Searched refs:FEnd (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDDependencyGraph.cpp126 FEnd = Dependencies.end(); in OutputGraphFile() local
127 F != FEnd; ++F) { in OutputGraphFile()
HDLayoutOverrideSource.cpp174 FEnd = Record->field_end(); in layoutRecordType() local
175 F != FEnd; ++F, ++NumFields) { in layoutRecordType()
HDASTUnit.cpp1408 F = FilesInPreamble.begin(), FEnd = FilesInPreamble.end(); in getMainBufferWithPrecompiledPreamble() local
1409 !AnyFileChanged && F != FEnd; in getMainBufferWithPrecompiledPreamble()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprMember.cpp814 FI = indirectField->chain_begin(), FEnd = indirectField->chain_end(); in BuildAnonymousStructUnionMemberReference() local
835 while (FI != FEnd) { in BuildAnonymousStructUnionMemberReference()
845 SourceLocation(), (FI == FEnd ? SS : EmptySS), in BuildAnonymousStructUnionMemberReference()
HDSemaExprCXX.cpp2277 for (LookupResult::iterator F = Found.begin(), FEnd = Found.end(); in FindDeallocationFunction() local
2278 F != FEnd; ++F) { in FindDeallocationFunction()
2315 F = Matches.begin(), FEnd = Matches.end(); F != FEnd; ++F) in FindDeallocationFunction() local
2329 for (LookupResult::iterator F = Found.begin(), FEnd = Found.end(); in FindDeallocationFunction() local
2330 F != FEnd; ++F) in FindDeallocationFunction()