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

/external/clang/lib/Lex/
H A DMacroInfo.cpp53 startInfo = SM.getDecomposedExpansionLoc(macroStart);
55 endInfo = SM.getDecomposedExpansionLoc(macroEnd);
H A DPPDirectives.cpp1007 SM.getDecomposedExpansionLoc(FlagTok.getLocation()).first;
1016 SM.getDecomposedExpansionLoc(IncLoc).first != CurFileID) {
/external/clang/lib/Parse/
H A DParseStmtAsm.cpp344 SrcMgr.getDecomposedExpansionLoc(EndLoc);
371 SrcMgr.getDecomposedExpansionLoc(TokLoc);
379 SrcMgr.getDecomposedExpansionLoc(TokLoc);
/external/clang/lib/Basic/
H A DSourceManager.cpp298 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
328 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1181 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1387 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1407 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1455 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1525 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp342 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos);
/external/clang/include/clang/Basic/
H A DSourceManager.h1099 getDecomposedExpansionLoc(SourceLocation Loc) const { function in class:clang::SourceManager
/external/clang/lib/Frontend/
H A DTextDiagnostic.cpp1000 = SM.getDecomposedExpansionLoc(I->RemoveRange.getBegin());
/external/clang/tools/libclang/
H A DCIndex.cpp321 std::tie(File, Offset) = SM.getDecomposedExpansionLoc(Outer);

Completed in 2020 milliseconds