Home
last modified time | relevance | path

Searched refs:getImmediateSpellingLoc (Results 1 – 17 of 17) sorted by relevance

/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp288 MacroLocation = SM->getImmediateSpellingLoc(Loc); in retrieveMacroLocation()
294 MacroArgLocation = SM->getImmediateSpellingLoc(Loc); in retrieveMacroLocation()
319 Loc = SM->getImmediateSpellingLoc(Loc); in getMacroArgExpansionFileIDs()
/external/llvm-project/clang/lib/Frontend/
DDiagnosticRenderer.cpp280 CharSourceRange(SM->getImmediateSpellingLoc(Loc), IsTokenRange); in retrieveMacroLocation()
285 CharSourceRange(SM->getImmediateSpellingLoc(Loc), IsTokenRange); in retrieveMacroLocation()
322 Loc = SM->getImmediateSpellingLoc(Loc); in getMacroArgExpansionFileIDs()
/external/clang/lib/Edit/
DCommit.cpp229 loc = SM.getImmediateSpellingLoc(loc); in canInsert()
260 loc = SM.getImmediateSpellingLoc(loc); in canInsertAfterToken()
/external/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp379 RecRange.setBegin(SM.getImmediateSpellingLoc(RecRange.getBegin())); in checkForGCDOrXPC()
381 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd())); in checkForGCDOrXPC()
/external/llvm-project/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp383 RecRange.setBegin(SM.getImmediateSpellingLoc(RecRange.getBegin())); in checkForGCDOrXPC()
385 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd())); in checkForGCDOrXPC()
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DStaticAssertCheck.cpp101 SM.getImmediateSpellingLoc(IsAlwaysFalse->getExprLoc()); in check()
/external/llvm-project/clang/lib/Tooling/Syntax/
DTokens.cpp83 FirstLoc = SM.getImmediateSpellingLoc(FirstLoc); in findCommonRangeForMacroArgs()
84 LastLoc = SM.getImmediateSpellingLoc(LastLoc); in findCommonRangeForMacroArgs()
/external/clang/include/clang/Basic/
DSourceManager.h1108 SourceLocation getImmediateSpellingLoc(SourceLocation Loc) const;
1583 return getImmediateSpellingLoc(Loc); in getImmediateMacroCallerLoc()
/external/clang/tools/libclang/
DCIndexHigh.cpp139 SourceLocation SpellLoc = SM.getImmediateSpellingLoc(Loc); in getFileSpellingLoc()
/external/llvm-project/clang/tools/libclang/
DCIndexHigh.cpp136 SourceLocation SpellLoc = SM.getImmediateSpellingLoc(Loc); in getFileSpellingLoc()
/external/llvm-project/clang-tools-extra/clangd/
DSourceCode.cpp396 SM.getImmediateSpellingLoc(FileRange.getBegin()), in getTokenFileRange()
397 SM.getImmediateSpellingLoc(FileRange.getEnd()), SM, LangOpts); in getTokenFileRange()
DSemanticHighlighting.cpp145 return getHighlightableSpellingToken(SM.getImmediateSpellingLoc(L), SM); in getHighlightableSpellingToken()
/external/llvm-project/clang/include/clang/Basic/
DSourceManager.h1208 SourceLocation getImmediateSpellingLoc(SourceLocation Loc) const;
1738 return getImmediateSpellingLoc(Loc); in getImmediateMacroCallerLoc()
/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp952 Loc = getImmediateSpellingLoc(Loc); in getFileLocSlowCase()
1000 SourceLocation SourceManager::getImmediateSpellingLoc(SourceLocation Loc) const{ in getImmediateSpellingLoc() function in SourceManager
1025 Loc = getImmediateSpellingLoc(Loc); in getTopMacroCallerLoc()
/external/clang/lib/Basic/
DSourceManager.cpp918 Loc = getImmediateSpellingLoc(Loc); in getFileLocSlowCase()
966 SourceLocation SourceManager::getImmediateSpellingLoc(SourceLocation Loc) const{ in getImmediateSpellingLoc() function in SourceManager
/external/clang/lib/Lex/
DLexer.cpp913 Range.setBegin(SM.getImmediateSpellingLoc(Begin)); in makeFileCharRange()
914 Range.setEnd(SM.getImmediateSpellingLoc(End)); in makeFileCharRange()
/external/llvm-project/clang/lib/Lex/
DLexer.cpp933 Range.setBegin(SM.getImmediateSpellingLoc(Begin)); in makeFileCharRange()
934 Range.setEnd(SM.getImmediateSpellingLoc(End)); in makeFileCharRange()