Home
last modified time | relevance | path

Searched refs:IncLoc (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPDirectives.cpp861 Preprocessor::getHeaderToIncludeForDiagnostics(SourceLocation IncLoc, in getHeaderToIncludeForDiagnostics() argument
864 IncLoc, LangOpts.ModulesValidateTextualHeaderIncludes); in getHeaderToIncludeForDiagnostics()
1488 SourceLocation IncLoc = PLoc.getIncludeLoc(); in ReadLineMarkerFlags() local
1489 if (IncLoc.isInvalid() || in ReadLineMarkerFlags()
1490 SM.getDecomposedExpansionLoc(IncLoc).first != CurFileID) { in ReadLineMarkerFlags()
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h2722 const FileEntry *getHeaderToIncludeForDiagnostics(SourceLocation IncLoc,
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp9931 SourceLocation IncLoc = AStmt->getBeginLoc(); in checkOpenMPLoop() local
9933 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, IV.get(), in checkOpenMPLoop()
9934 SemaRef.ActOnIntegerConstant(IncLoc, 1).get()); in checkOpenMPLoop()
9937 Inc = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, IV.get(), Inc.get()); in checkOpenMPLoop()
9952 NextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, LB.get(), ST.get()); in checkOpenMPLoop()
9957 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, LB.get(), NextLB.get()); in checkOpenMPLoop()
9963 NextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, UB.get(), ST.get()); in checkOpenMPLoop()
9968 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, UB.get(), NextUB.get()); in checkOpenMPLoop()
9975 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, CombLB.get(), ST.get()); in checkOpenMPLoop()
9979 CombNextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, CombLB.get(), in checkOpenMPLoop()
[all …]
H A DSemaDecl.cpp4759 SourceLocation IncLoc) -> bool { in notePreviousDefinition() argument
4764 if (IncLoc.isValid()) { in notePreviousDefinition()
4766 Diag(IncLoc, diag::note_redefinition_modules_same_file) in notePreviousDefinition()
4772 Diag(IncLoc, diag::note_redefinition_include_same_file) in notePreviousDefinition()