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.cpp1043 SM.createMacroArgExpansionLoc(BeginLoc, ExpandLoc, FullLength); in updateConsecutiveMacroArgTokens()
1080 Tok.setLocation(SM.createMacroArgExpansionLoc(Tok.getLocation(), in updateLocForMacroArgTokens()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h948 SourceLocation createMacroArgExpansionLoc(SourceLocation SpellingLoc,
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp639 SourceLocation SourceManager::createMacroArgExpansionLoc( in createMacroArgExpansionLoc() function in SourceManager
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9956 MLoc = ToSM.createMacroArgExpansionLoc(*ToSpLoc, *ToExLocS, ExLength); in Import()