Searched defs:getIncludeLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
H A DSourceLocation.h395 SourceLocation getIncludeLoc() const { return IncludeLoc; } function in class:clang::PresumedLoc
H A DSourceManager.h270 SourceLocation getIncludeLoc() const { function in class:clang::SrcMgr::FileInfo
952 SourceLocation getIncludeLoc(FileID FID) const { function in class:clang::SourceManager
958 return Entry.getFile().getIncludeLoc();

Completed in 155 milliseconds