Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h944 SourceLocation createMacroArgExpansionLoc(SourceLocation SpellingLoc,
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp625 SourceLocation SourceManager::createMacroArgExpansionLoc( in createMacroArgExpansionLoc() function in SourceManager
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9862 MLoc = ToSM.createMacroArgExpansionLoc(*ToSpLoc, *ToExLocS, ExLength); in Import()