/external/clang/lib/Lex/ |
D | PPDirectives.cpp | 683 Preprocessor::getModuleHeaderToIncludeForDiagnostics(SourceLocation IncLoc, in getModuleHeaderToIncludeForDiagnostics() argument 696 Module *IncM = getModuleForLocation(IncLoc); in getModuleHeaderToIncludeForDiagnostics() 1236 SourceLocation IncLoc = PLoc.getIncludeLoc(); in ReadLineMarkerFlags() local 1237 if (IncLoc.isInvalid() || in ReadLineMarkerFlags() 1238 SM.getDecomposedExpansionLoc(IncLoc).first != CurFileID) { in ReadLineMarkerFlags()
|
/external/llvm-project/clang/lib/Lex/ |
D | PPDirectives.cpp | 655 Preprocessor::getHeaderToIncludeForDiagnostics(SourceLocation IncLoc, in getHeaderToIncludeForDiagnostics() argument 657 Module *IncM = getModuleForLocation(IncLoc); in getHeaderToIncludeForDiagnostics() 1260 SourceLocation IncLoc = PLoc.getIncludeLoc(); in ReadLineMarkerFlags() local 1261 if (IncLoc.isInvalid() || in ReadLineMarkerFlags() 1262 SM.getDecomposedExpansionLoc(IncLoc).first != CurFileID) { in ReadLineMarkerFlags()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 1904 const FileEntry *getModuleHeaderToIncludeForDiagnostics(SourceLocation IncLoc,
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 5209 SourceLocation IncLoc; in CheckOpenMPLoop() local 5211 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, IV.get(), in CheckOpenMPLoop() 5212 SemaRef.ActOnIntegerConstant(IncLoc, 1).get()); in CheckOpenMPLoop() 5215 Inc = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, IV.get(), Inc.get()); in CheckOpenMPLoop() 5226 NextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, LB.get(), ST.get()); in CheckOpenMPLoop() 5231 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, LB.get(), NextLB.get()); in CheckOpenMPLoop() 5236 NextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, UB.get(), ST.get()); in CheckOpenMPLoop() 5241 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, UB.get(), NextUB.get()); in CheckOpenMPLoop()
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Preprocessor.h | 2309 const FileEntry *getHeaderToIncludeForDiagnostics(SourceLocation IncLoc,
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 8570 SourceLocation IncLoc = AStmt->getBeginLoc(); in checkOpenMPLoop() local 8572 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, IV.get(), in checkOpenMPLoop() 8573 SemaRef.ActOnIntegerConstant(IncLoc, 1).get()); in checkOpenMPLoop() 8576 Inc = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, IV.get(), Inc.get()); in checkOpenMPLoop() 8589 NextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, LB.get(), ST.get()); in checkOpenMPLoop() 8594 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, LB.get(), NextLB.get()); in checkOpenMPLoop() 8600 NextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, UB.get(), ST.get()); in checkOpenMPLoop() 8605 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, UB.get(), NextUB.get()); in checkOpenMPLoop() 8612 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, CombLB.get(), ST.get()); in checkOpenMPLoop() 8616 CombNextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, CombLB.get(), in checkOpenMPLoop() [all …]
|
D | SemaDecl.cpp | 4259 SourceLocation IncLoc) -> bool { in notePreviousDefinition() argument 4264 if (IncLoc.isValid()) { in notePreviousDefinition() 4266 Diag(IncLoc, diag::note_redefinition_modules_same_file) in notePreviousDefinition() 4272 Diag(IncLoc, diag::note_redefinition_include_same_file) in notePreviousDefinition()
|