Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DMacroInfo.cpp202 MacroDirective::findDirectiveAtLoc(SourceLocation L, in findDirectiveAtLoc() function in MacroDirective
H A DPreprocessor.cpp359 Def = I->second.findDirectiveAtLoc(Loc, SourceMgr); in getLastMacroWithSpelling()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h669 MacroDirective::DefInfo findDirectiveAtLoc(SourceLocation Loc, in findDirectiveAtLoc() function
673 return Latest->findDirectiveAtLoc(Loc, SourceMgr); in findDirectiveAtLoc()
1095 DI = MD->findDirectiveAtLoc(Loc, getSourceManager()); in getMacroDefinitionAtLoc()
H A DMacroInfo.h397 const DefInfo findDirectiveAtLoc(SourceLocation L,