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

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

Completed in 210 milliseconds