Searched refs:getIncludeLoc (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp208 SourceLocation IncludeLoc = PLoc.getIncludeLoc();
251 emitIncludeStackRecursively(PLoc.getIncludeLoc(), SM);
H A DPrintPreprocessedOutput.cpp276 SourceLocation IncludeLoc = UserLoc.getIncludeLoc();
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h391 SourceLocation getIncludeLoc() const { return IncludeLoc; } function in class:clang::SourceLocation::PresumedLoc
H A DSourceManager.h270 SourceLocation getIncludeLoc() const { function in class:clang::SrcMgr::FileInfo
1013 SourceLocation getIncludeLoc(FileID FID) const { function in class:clang::SourceManager
1019 return Entry.getFile().getIncludeLoc();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DPPMacroExpansion.cpp1288 SourceLocation NextLoc = PLoc.getIncludeLoc();
1294 NextLoc = PLoc.getIncludeLoc();
1331 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc());
1333 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc());
H A DPPLexerChange.cpp333 SourceMgr.getIncludeLoc(CurPPLexer->getFileID()).isValid()) {
H A DModuleMap.cpp752 SourceLocation IncludeLoc = SrcMgr.getIncludeLoc(ExpansionFileID);
H A DPPDirectives.cpp1045 SourceLocation IncLoc = PLoc.getIncludeLoc();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp1523 SourceLocation IncludeLoc = FI.getIncludeLoc();
1583 return FI.getIncludeLoc().isInvalid();
1849 SourceLocation IncludeLoc = Entry.getFile().getIncludeLoc();
2017 UpperLoc = Entry.getFile().getIncludeLoc();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp4926 SourceLocation ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc());
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp1681 Record.push_back(File.getIncludeLoc().getRawEncoding());

Completed in 224 milliseconds