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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp1037 SM.createMacroArgExpansionLoc(FirstLoc, InstLoc,FullLength);
1066 Tok.setLocation(SM.createMacroArgExpansionLoc(Tok.getLocation(),
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h875 SourceLocation createMacroArgExpansionLoc(SourceLocation Loc,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp672 SourceManager::createMacroArgExpansionLoc(SourceLocation SpellingLoc, function in class:SourceManager
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp8619 MLoc = ToSM.createMacroArgExpansionLoc(*ToSpLoc, *ToExLocS, TokenLen);

Completed in 226 milliseconds