Searched refs:getDecomposedExpansionLoc (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Lex/
H A DMacroInfo.cpp76 startInfo = SM.getDecomposedExpansionLoc(macroStart);
78 endInfo = SM.getDecomposedExpansionLoc(macroEnd);
H A DPPDirectives.cpp880 SM.getDecomposedExpansionLoc(FlagTok.getLocation()).first;
889 SM.getDecomposedExpansionLoc(IncLoc).first != CurFileID) {
/external/clang/lib/Basic/
H A DSourceManager.cpp297 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
327 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1030 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1262 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1282 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1329 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
/external/clang/lib/Parse/
H A DParseStmt.cpp1641 SrcMgr.getDecomposedExpansionLoc(EndLoc);
1661 SrcMgr.getDecomposedExpansionLoc(TokLoc);
1669 SrcMgr.getDecomposedExpansionLoc(TokLoc);
/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp322 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos);
/external/clang/include/clang/Basic/
H A DSourceManager.h917 /// getDecomposedExpansionLoc - Decompose the specified location into a raw
921 getDecomposedExpansionLoc(SourceLocation Loc) const { function in class:clang::SourceManager
/external/clang/lib/Frontend/
H A DTextDiagnostic.cpp1079 = SM.getDecomposedExpansionLoc(I->RemoveRange.getBegin());
/external/clang/tools/libclang/
H A DCIndex.cpp283 llvm::tie(File, Offset) = SM.getDecomposedExpansionLoc(Outer);

Completed in 1832 milliseconds