Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp220 MacroDirective::findDirectiveAtLoc(SourceLocation L, in findDirectiveAtLoc() function in MacroDirective
H A DPreprocessor.cpp368 Def = I->second.findDirectiveAtLoc(Loc, SourceMgr); in getLastMacroWithSpelling()
/src/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h423 const DefInfo findDirectiveAtLoc(SourceLocation L,
H A DPreprocessor.h916 MacroDirective::DefInfo findDirectiveAtLoc(SourceLocation Loc, in findDirectiveAtLoc() function
920 return Latest->findDirectiveAtLoc(Loc, SourceMgr); in findDirectiveAtLoc()
1388 DI = MD->findDirectiveAtLoc(Loc, getSourceManager()); in getMacroDefinitionAtLoc()