Searched refs:getIncludeLoc (Results 1 - 13 of 13) sorted by last modified time

/external/clang/lib/Serialization/
H A DASTWriter.cpp1703 Record.push_back(File.getIncludeLoc().getRawEncoding());
/external/clang/tools/libclang/
H A DCIndex.cpp315 Outer = SLEntry.getFile().getIncludeLoc();
H A DCIndexInclusionStack.cpp61 SourceLocation L = FI.getIncludeLoc();
66 L = PLoc.isValid()? PLoc.getIncludeLoc() : SourceLocation();
/external/clang/include/clang/Basic/
H A DSourceLocation.h391 SourceLocation getIncludeLoc() const { return IncludeLoc; } function in class:clang::SourceLocation::PresumedLoc
H A DSourceManager.h285 SourceLocation getIncludeLoc() const { function in class:clang::SrcMgr::FileInfo
1007 SourceLocation getIncludeLoc(FileID FID) const { function in class:clang::SourceManager
1013 return Entry.getFile().getIncludeLoc();
/external/clang/lib/AST/
H A DASTImporter.cpp4905 SourceLocation ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc());
/external/clang/lib/Basic/
H A DSourceManager.cpp1481 SourceLocation IncludeLoc = FI.getIncludeLoc();
1541 return FI.getIncludeLoc().isInvalid();
1808 SourceLocation IncludeLoc = Entry.getFile().getIncludeLoc();
1976 UpperLoc = Entry.getFile().getIncludeLoc();
/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp214 SourceLocation IncludeLoc = PLoc.getIncludeLoc();
257 emitIncludeStackRecursively(PLoc.getIncludeLoc(), SM);
H A DPrintPreprocessedOutput.cpp267 SourceLocation IncludeLoc = UserLoc.getIncludeLoc();
/external/clang/lib/Lex/
H A DModuleMap.cpp885 SourceLocation IncludeLoc = SrcMgr.getIncludeLoc(ExpansionFileID);
H A DPPDirectives.cpp1014 SourceLocation IncLoc = PLoc.getIncludeLoc();
H A DPPLexerChange.cpp362 SourceMgr.getIncludeLoc(CurPPLexer->getFileID()).isValid()) {
H A DPPMacroExpansion.cpp1278 SourceLocation NextLoc = PLoc.getIncludeLoc();
1284 NextLoc = PLoc.getIncludeLoc();
1323 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc());
1325 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc());

Completed in 476 milliseconds