Home
last modified time | relevance | path

Searched refs:getDecomposedInstantiationLoc (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Lex/
DMacroInfo.cpp71 startInfo = SM.getDecomposedInstantiationLoc(macroStart); in getDefinitionLengthSlow()
73 endInfo = SM.getDecomposedInstantiationLoc(macroEnd); in getDefinitionLengthSlow()
DPPDirectives.cpp828 SM.getDecomposedInstantiationLoc(FlagTok.getLocation()).first; in ReadLineMarkerFlags()
837 SM.getDecomposedInstantiationLoc(IncLoc).first != CurFileID) { in ReadLineMarkerFlags()
/external/clang/lib/Basic/
DSourceManager.cpp292 std::pair<FileID, unsigned> LocInfo = getDecomposedInstantiationLoc(Loc); in AddLineNote()
322 std::pair<FileID, unsigned> LocInfo = getDecomposedInstantiationLoc(Loc); in AddLineNote()
964 std::pair<FileID, unsigned> LocInfo = getDecomposedInstantiationLoc(Loc); in getInstantiationColumnNumber()
1159 std::pair<FileID, unsigned> LocInfo = getDecomposedInstantiationLoc(Loc); in getInstantiationLineNumber()
1179 std::pair<FileID, unsigned> LocInfo = getDecomposedInstantiationLoc(Loc); in getFileCharacteristic()
1226 std::pair<FileID, unsigned> LocInfo = getDecomposedInstantiationLoc(Loc); in getPresumedLoc()
/external/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp327 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedInstantiationLoc(Pos); in HandlePiece()
/external/clang/include/clang/Basic/
DSourceManager.h777 getDecomposedInstantiationLoc(SourceLocation Loc) const { in getDecomposedInstantiationLoc() function
/external/clang/lib/Frontend/
DTextDiagnosticPrinter.cpp522 = SM.getDecomposedInstantiationLoc(Hint->RemoveRange.getBegin()); in EmitCaretDiagnostic()
/external/clang/tools/libclang/
DCIndex.cpp437 = AU->getSourceManager().getDecomposedInstantiationLoc( in getPreprocessedEntities()
459 = SM.getDecomposedInstantiationLoc(RegionOfInterest.getBegin()); in getPreprocessedEntities()
461 = SM.getDecomposedInstantiationLoc(RegionOfInterest.getEnd()); in getPreprocessedEntities()
473 = SM.getDecomposedInstantiationLoc((*E)->getSourceRange().getBegin()); in getPreprocessedEntities()