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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp679 Preprocessor::getHeaderToIncludeForDiagnostics(SourceLocation IncLoc, argument
681 Module *IncM = getModuleForLocation(IncLoc);
1284 SourceLocation IncLoc = PLoc.getIncludeLoc();
1285 if (IncLoc.isInvalid() ||
1286 SM.getDecomposedExpansionLoc(IncLoc).first != CurFileID) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp9290 SourceLocation IncLoc = AStmt->getBeginLoc();
9292 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, IV.get(),
9293 SemaRef.ActOnIntegerConstant(IncLoc, 1).get());
9296 Inc = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, IV.get(), Inc.get());
9310 NextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, LB.get(), ST.get());
9315 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, LB.get(), NextLB.get());
9321 NextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, UB.get(), ST.get());
9326 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, UB.get(), NextUB.get());
9333 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, CombLB.get(), ST.get());
9337 CombNextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assig
[all...]
H A DSemaDecl.cpp4280 SourceLocation IncLoc) -> bool {
4285 if (IncLoc.isValid()) {
4287 Diag(IncLoc, diag::note_redefinition_modules_same_file)
4293 Diag(IncLoc, diag::note_redefinition_include_same_file)
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h2300 /// We want to produce a diagnostic at location IncLoc concerning an
2308 /// \param IncLoc The location at which the missing effect was detected.
2314 const FileEntry *getHeaderToIncludeForDiagnostics(SourceLocation IncLoc,

Completed in 359 milliseconds