Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/Lex/
HDMacroInfo.cpp220 MacroDirective::findDirectiveAtLoc(SourceLocation L, in findDirectiveAtLoc() function in MacroDirective
HDPreprocessor.cpp368 Def = I->second.findDirectiveAtLoc(Loc, SourceMgr); in getLastMacroWithSpelling()
/freebsd-head/contrib/llvm-project/clang/include/clang/Lex/
HDMacroInfo.h423 const DefInfo findDirectiveAtLoc(SourceLocation L,
HDPreprocessor.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()