Searched refs:IncLoc (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 679 Preprocessor::getHeaderToIncludeForDiagnostics(SourceLocation IncLoc, in getHeaderToIncludeForDiagnostics() argument 681 Module *IncM = getModuleForLocation(IncLoc); in getHeaderToIncludeForDiagnostics() 1284 SourceLocation IncLoc = PLoc.getIncludeLoc(); in ReadLineMarkerFlags() local 1285 if (IncLoc.isInvalid() || in ReadLineMarkerFlags() 1286 SM.getDecomposedExpansionLoc(IncLoc).first != CurFileID) { in ReadLineMarkerFlags()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 2314 const FileEntry *getHeaderToIncludeForDiagnostics(SourceLocation IncLoc,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 9290 SourceLocation IncLoc = AStmt->getBeginLoc(); in checkOpenMPLoop() local 9292 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, IV.get(), in checkOpenMPLoop() 9293 SemaRef.ActOnIntegerConstant(IncLoc, 1).get()); in checkOpenMPLoop() 9296 Inc = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, IV.get(), Inc.get()); in checkOpenMPLoop() 9310 NextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, LB.get(), ST.get()); in checkOpenMPLoop() 9315 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, LB.get(), NextLB.get()); in checkOpenMPLoop() 9321 NextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, UB.get(), ST.get()); in checkOpenMPLoop() 9326 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, UB.get(), NextUB.get()); in checkOpenMPLoop() 9333 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, CombLB.get(), ST.get()); in checkOpenMPLoop() 9337 CombNextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, CombLB.get(), in checkOpenMPLoop() [all …]
|
| H A D | SemaDecl.cpp | 4280 SourceLocation IncLoc) -> bool { in notePreviousDefinition() argument 4285 if (IncLoc.isValid()) { in notePreviousDefinition() 4287 Diag(IncLoc, diag::note_redefinition_modules_same_file) in notePreviousDefinition() 4293 Diag(IncLoc, diag::note_redefinition_include_same_file) in notePreviousDefinition()
|