Searched refs:IncLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 908 Preprocessor::getHeaderToIncludeForDiagnostics(SourceLocation IncLoc, in getHeaderToIncludeForDiagnostics() argument 911 IncLoc, LangOpts.ModulesValidateTextualHeaderIncludes); in getHeaderToIncludeForDiagnostics() 1610 SourceLocation IncLoc = PLoc.getIncludeLoc(); in ReadLineMarkerFlags() local 1611 if (IncLoc.isInvalid() || in ReadLineMarkerFlags() 1612 SM.getDecomposedExpansionLoc(IncLoc).first != CurFileID) { in ReadLineMarkerFlags()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 2884 OptionalFileEntryRef getHeaderToIncludeForDiagnostics(SourceLocation IncLoc,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 10079 SourceLocation IncLoc = AStmt->getBeginLoc(); in checkOpenMPLoop() local 10081 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, IV.get(), in checkOpenMPLoop() 10082 SemaRef.ActOnIntegerConstant(IncLoc, 1).get()); in checkOpenMPLoop() 10085 Inc = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, IV.get(), Inc.get()); in checkOpenMPLoop() 10100 NextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, LB.get(), ST.get()); in checkOpenMPLoop() 10105 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, LB.get(), NextLB.get()); in checkOpenMPLoop() 10111 NextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, UB.get(), ST.get()); in checkOpenMPLoop() 10116 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, UB.get(), NextUB.get()); in checkOpenMPLoop() 10123 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, CombLB.get(), ST.get()); in checkOpenMPLoop() 10127 CombNextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, CombLB.get(), in checkOpenMPLoop() [all …]
|
| H A D | SemaDecl.cpp | 4815 SourceLocation IncLoc) -> bool { in notePreviousDefinition() argument 4820 if (IncLoc.isValid()) { in notePreviousDefinition() 4822 Diag(IncLoc, diag::note_redefinition_modules_same_file) in notePreviousDefinition() 4828 Diag(IncLoc, diag::note_redefinition_include_same_file) in notePreviousDefinition()
|