HomeSort by: relevance | last modified time | path
    Searched refs:getDecomposedExpansionLoc (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
MacroInfo.cpp 55 startInfo = SM.getDecomposedExpansionLoc(macroStart);
57 endInfo = SM.getDecomposedExpansionLoc(macroEnd);
PPDirectives.cpp 1277 SM.getDecomposedExpansionLoc(FlagTok.getLocation()).first;
1286 SM.getDecomposedExpansionLoc(IncLoc).first != CurFileID) {
  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp 276 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1245 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1451 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1472 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1521 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1596 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmtAsm.cpp 403 SrcMgr.getDecomposedExpansionLoc(EndLoc);
431 SrcMgr.getDecomposedExpansionLoc(TokLoc);
439 SrcMgr.getDecomposedExpansionLoc(TokLoc);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SarifDiagnostics.cpp 160 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedExpansionLoc(Loc);
HTMLDiagnostics.cpp 806 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
TextDiagnostic.cpp 1075 = SM.getDecomposedExpansionLoc(I->RemoveRange.getBegin());
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 1246 getDecomposedExpansionLoc(SourceLocation Loc) const {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 335 std::tie(File, Offset) = SM.getDecomposedExpansionLoc(Outer);

Completed in 53 milliseconds