Searched refs:ExpansionLoc (Results 1 – 7 of 7) sorted by relevance
250 SourceLocation ExpansionLoc = SM.getExpansionLoc(Loc); in clang_getExpansionLocation() local254 FileID fileID = SM.getFileID(ExpansionLoc); in clang_getExpansionLocation()265 *line = SM.getExpansionLineNumber(ExpansionLoc); in clang_getExpansionLocation()267 *column = SM.getExpansionColumnNumber(ExpansionLoc); in clang_getExpansionLocation()269 *offset = SM.getDecomposedLoc(ExpansionLoc).second; in clang_getExpansionLocation()
86 SourceLocation &ExpansionLoc,
592 SourceLocation ExpansionLoc, in createMacroArgExpansionLoc() argument595 ExpansionLoc); in createMacroArgExpansionLoc()1848 SourceLocation ExpansionLoc, in associateFileChunkWithMacroArgExp() argument1876 ExpansionLoc, CurrSpellLength); in associateFileChunkWithMacroArgExp()1884 ExpansionLoc = ExpansionLoc.getLocWithOffset(advance); in associateFileChunkWithMacroArgExp()1920 MacroArgsCache[BeginOffs] = ExpansionLoc; in associateFileChunkWithMacroArgExp()
383 SourceLocation ExpansionLoc) { in createForMacroArg() argument387 return create(SpellingLoc, ExpansionLoc, SourceLocation()); in createForMacroArg()814 SourceLocation ExpansionLoc,1680 SourceLocation ExpansionLoc,
27 SourceLocation &ExpansionLoc, in deconstructMacroArgLoc() argument31 ExpansionLoc = SourceMgr.getImmediateExpansionRange(DefArgLoc).first; in deconstructMacroArgLoc()
233 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getLocStart()); in AST_POLYMORPHIC_MATCHER() local234 if (ExpansionLoc.isInvalid()) { in AST_POLYMORPHIC_MATCHER()237 return SourceManager.isInSystemHeader(ExpansionLoc); in AST_POLYMORPHIC_MATCHER()259 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getLocStart()); in AST_POLYMORPHIC_MATCHER_P() local260 if (ExpansionLoc.isInvalid()) { in AST_POLYMORPHIC_MATCHER_P()264 SourceManager.getFileEntryForID(SourceManager.getFileID(ExpansionLoc)); in AST_POLYMORPHIC_MATCHER_P()
924 FullSourceLoc ExpansionLoc = Loc.getExpansionLoc(); in inferModuleFromLocation() local925 if (!ExpansionLoc.isFileID()) in inferModuleFromLocation()929 FileID ExpansionFileID = ExpansionLoc.getFileID(); in inferModuleFromLocation()