Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DDependencyGraph.cpp126 FEnd = Dependencies.end(); in OutputGraphFile() local
127 F != FEnd; ++F) { in OutputGraphFile()
DLayoutOverrideSource.cpp174 FEnd = Record->field_end(); in layoutRecordType() local
175 F != FEnd; ++F, ++NumFields) { in layoutRecordType()
DASTUnit.cpp1391 F = FilesInPreamble.begin(), FEnd = FilesInPreamble.end(); in getMainBufferWithPrecompiledPreamble() local
1392 !AnyFileChanged && F != FEnd; in getMainBufferWithPrecompiledPreamble()
/external/clang/lib/Sema/
DSemaExprMember.cpp831 FI = indirectField->chain_begin(), FEnd = indirectField->chain_end(); in BuildAnonymousStructUnionMemberReference() local
852 while (FI != FEnd) { in BuildAnonymousStructUnionMemberReference()
862 SourceLocation(), (FI == FEnd ? SS : EmptySS), in BuildAnonymousStructUnionMemberReference()
DSemaExprCXX.cpp2278 for (LookupResult::iterator F = Found.begin(), FEnd = Found.end(); in FindDeallocationFunction() local
2279 F != FEnd; ++F) { in FindDeallocationFunction()
2316 F = Matches.begin(), FEnd = Matches.end(); F != FEnd; ++F) in FindDeallocationFunction() local
2330 for (LookupResult::iterator F = Found.begin(), FEnd = Found.end(); in FindDeallocationFunction() local
2331 F != FEnd; ++F) in FindDeallocationFunction()