Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DMacroInfo.cpp53 startInfo = SM.getDecomposedExpansionLoc(macroStart); in getDefinitionLengthSlow()
55 endInfo = SM.getDecomposedExpansionLoc(macroEnd); in getDefinitionLengthSlow()
DPPDirectives.cpp1090 SM.getDecomposedExpansionLoc(FlagTok.getLocation()).first; in ReadLineMarkerFlags()
1099 SM.getDecomposedExpansionLoc(IncLoc).first != CurFileID) { in ReadLineMarkerFlags()
/external/clang/lib/Basic/
DSourceManager.cpp293 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in AddLineNote()
323 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in AddLineNote()
1172 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getExpansionColumnNumber()
1378 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getExpansionLineNumber()
1398 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getFileCharacteristic()
1446 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getPresumedLoc()
1516 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in isInMainFile()
/external/clang/lib/Parse/
DParseStmtAsm.cpp359 SrcMgr.getDecomposedExpansionLoc(EndLoc); in ParseMicrosoftAsmStatement()
386 SrcMgr.getDecomposedExpansionLoc(TokLoc); in ParseMicrosoftAsmStatement()
394 SrcMgr.getDecomposedExpansionLoc(TokLoc); in ParseMicrosoftAsmStatement()
/external/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp342 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece()
/external/clang/include/clang/Basic/
DSourceManager.h1095 getDecomposedExpansionLoc(SourceLocation Loc) const { in getDecomposedExpansionLoc() function
/external/clang/lib/Frontend/
DTextDiagnostic.cpp1002 = SM.getDecomposedExpansionLoc(I->RemoveRange.getBegin()); in buildFixItInsertionLine()
/external/clang/tools/libclang/
DCIndex.cpp324 std::tie(File, Offset) = SM.getDecomposedExpansionLoc(Outer); in visitDeclsFromFileRegion()