Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DMacroInfo.cpp220 MacroDirective::findDirectiveAtLoc(SourceLocation L, in findDirectiveAtLoc() function in MacroDirective
H A DPreprocessor.cpp371 Def = I->second.findDirectiveAtLoc(Loc, SourceMgr); in getLastMacroWithSpelling()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DMacroInfo.h421 const DefInfo findDirectiveAtLoc(SourceLocation L,
H A DPreprocessor.h766 MacroDirective::DefInfo findDirectiveAtLoc(SourceLocation Loc, in findDirectiveAtLoc() function
770 return Latest->findDirectiveAtLoc(Loc, SourceMgr); in findDirectiveAtLoc()
1242 DI = MD->findDirectiveAtLoc(Loc, getSourceManager()); in getMacroDefinitionAtLoc()