Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Frontend/
HDDependencyGraph.cpp129 FEnd = Dependencies.end(); in OutputGraphFile() local
130 F != FEnd; ++F) { in OutputGraphFile()
HDLayoutOverrideSource.cpp174 FEnd = Record->field_end(); in layoutRecordType() local
175 F != FEnd; ++F, ++NumFields) { in layoutRecordType()
HDASTUnit.cpp1461 F = FilesInPreamble.begin(), FEnd = FilesInPreamble.end(); in getMainBufferWithPrecompiledPreamble() local
1462 !AnyFileChanged && F != FEnd; in getMainBufferWithPrecompiledPreamble()
1677 FEnd = SourceMgr.fileinfo_end(); in getMainBufferWithPrecompiledPreamble() local
1678 F != FEnd; in getMainBufferWithPrecompiledPreamble()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprMember.cpp799 FI = indirectField->chain_begin(), FEnd = indirectField->chain_end(); in BuildAnonymousStructUnionMemberReference() local
822 while (FI != FEnd) { in BuildAnonymousStructUnionMemberReference()
831 (FI == FEnd? SS : EmptySS), field, in BuildAnonymousStructUnionMemberReference()
HDSemaExprCXX.cpp2149 for (LookupResult::iterator F = Found.begin(), FEnd = Found.end(); in FindDeallocationFunction() local
2150 F != FEnd; ++F) { in FindDeallocationFunction()
2187 F = Matches.begin(), FEnd = Matches.end(); F != FEnd; ++F) in FindDeallocationFunction() local
2201 for (LookupResult::iterator F = Found.begin(), FEnd = Found.end(); in FindDeallocationFunction() local
2202 F != FEnd; ++F) in FindDeallocationFunction()
HDSemaDeclCXX.cpp4322 FEnd = Record->field_end(); in CheckCompletedCXXClass() local
4323 F != FEnd; ++F) { in CheckCompletedCXXClass()
4562 FEnd = ClassDecl->field_end(); in defaultedSpecialMemberIsConstexpr() local
4563 F != FEnd; ++F) { in defaultedSpecialMemberIsConstexpr()
7958 FEnd = ClassDecl->field_end(); in ComputeDefaultedDefaultCtorExceptionSpec() local
7959 F != FEnd; ++F) { in ComputeDefaultedDefaultCtorExceptionSpec()
8047 FEnd = ClassDecl->field_end(); in ComputeInheritingCtorExceptionSpec() local
8048 F != FEnd; ++F) { in ComputeInheritingCtorExceptionSpec()
8557 FEnd = ClassDecl->field_end(); in ComputeDefaultedDtorExceptionSpec() local
8558 F != FEnd; ++F) { in ComputeDefaultedDtorExceptionSpec()
[all …]
HDSemaExpr.cpp10097 FEnd = IndirectMemberDecl->chain_end(); FI != FEnd; FI++) { in BuildBuiltinOffsetOf() local