Home
last modified time | relevance | path

Searched refs:createMacroArgExpansionLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp1053 SM.createMacroArgExpansionLoc(BeginLoc, ExpandLoc, FullLength); in updateConsecutiveMacroArgTokens()
1090 Tok.setLocation(SM.createMacroArgExpansionLoc(Tok.getLocation(), in updateLocForMacroArgTokens()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h952 SourceLocation createMacroArgExpansionLoc(SourceLocation SpellingLoc,
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp650 SourceLocation SourceManager::createMacroArgExpansionLoc( in createMacroArgExpansionLoc() function in SourceManager
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp10319 MLoc = ToSM.createMacroArgExpansionLoc(*ToSpLoc, *ToExLocS, ExLength); in Import()