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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp208 SourceLocation IncludeLoc = PLoc.getIncludeLoc();
251 emitIncludeStackRecursively(PLoc.getIncludeLoc(), SM);
H A DPrintPreprocessedOutput.cpp269 SourceLocation IncludeLoc = UserLoc.getIncludeLoc();
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h391 SourceLocation getIncludeLoc() const { return IncludeLoc; } function in class:clang::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.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPMacroExpansion.cpp1122 SourceLocation NextLoc = PLoc.getIncludeLoc();
1128 NextLoc = PLoc.getIncludeLoc();
1165 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc());
1167 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc());
H A DPPLexerChange.cpp286 SourceMgr.getIncludeLoc(CurPPLexer->getFileID()).isValid()) {
H A DModuleMap.cpp691 SourceLocation IncludeLoc = SrcMgr.getIncludeLoc(ExpansionFileID);
H A DPPDirectives.cpp948 SourceLocation IncLoc = PLoc.getIncludeLoc();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp1415 SourceLocation IncludeLoc = FI.getIncludeLoc();
1705 SourceLocation IncludeLoc = Entry.getFile().getIncludeLoc();
1868 UpperLoc = Entry.getFile().getIncludeLoc();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp4681 SourceLocation ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc());
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp1650 Record.push_back(File.getIncludeLoc().getRawEncoding());

Completed in 272 milliseconds