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.cpp1414 F = FilesInPreamble.begin(), FEnd = FilesInPreamble.end(); in getMainBufferWithPrecompiledPreamble() local
1415 !AnyFileChanged && F != FEnd; in getMainBufferWithPrecompiledPreamble()
/external/clang/lib/Sema/
DSemaExprMember.cpp856 FI = indirectField->chain_begin(), FEnd = indirectField->chain_end(); in BuildAnonymousStructUnionMemberReference() local
877 while (FI != FEnd) { in BuildAnonymousStructUnionMemberReference()
887 SourceLocation(), (FI == FEnd ? SS : EmptySS), in BuildAnonymousStructUnionMemberReference()
DSemaExprCXX.cpp2514 for (LookupResult::iterator F = Found.begin(), FEnd = Found.end(); in FindDeallocationFunction() local
2515 F != FEnd; ++F) { in FindDeallocationFunction()
2555 F = Matches.begin(), FEnd = Matches.end(); F != FEnd; ++F) in FindDeallocationFunction() local
2569 for (LookupResult::iterator F = Found.begin(), FEnd = Found.end(); in FindDeallocationFunction() local
2570 F != FEnd; ++F) in FindDeallocationFunction()