Home
last modified time | relevance | path

Searched refs:getMacroLoc (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Basic/
DSourceLocation.h124 static SourceLocation getMacroLoc(unsigned ID) { in getMacroLoc() function
/external/llvm-project/clang/include/clang/Basic/
DSourceLocation.h126 static SourceLocation getMacroLoc(unsigned ID) {
DSourceManager.h1218 : SourceLocation::getMacroLoc(GlobalOffset); in getComposedLoc()
/external/clang/lib/Basic/
DSourceManager.cpp623 return SourceLocation::getMacroLoc(LoadedOffset); in createExpansionLocImpl()
631 return SourceLocation::getMacroLoc(NextLocalOffset - (TokLength + 1)); in createExpansionLocImpl()
1839 SourceLocation::getMacroLoc(Entry.getOffset()), in computeMacroArgsCache()
/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp663 return SourceLocation::getMacroLoc(LoadedOffset); in createExpansionLocImpl()
671 return SourceLocation::getMacroLoc(NextLocalOffset - (TokLength + 1)); in createExpansionLocImpl()
1764 SourceLocation::getMacroLoc(Entry.getOffset()), in computeMacroArgsCache()