Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DMacroInfo.cpp200 MacroDirective::findDirectiveAtLoc(SourceLocation L, SourceManager &SM) const { in findDirectiveAtLoc() function in MacroDirective
DPreprocessor.cpp342 Def = I->second.findDirectiveAtLoc(Loc, SourceMgr); in getLastMacroWithSpelling()
/external/clang/include/clang/Lex/
DPreprocessor.h458 MacroDirective::DefInfo findDirectiveAtLoc(SourceLocation Loc, in findDirectiveAtLoc() function
462 return Latest->findDirectiveAtLoc(Loc, SourceMgr); in findDirectiveAtLoc()
838 DI = MD->findDirectiveAtLoc(Loc, getSourceManager()); in getMacroDefinitionAtLoc()
DMacroInfo.h410 const DefInfo findDirectiveAtLoc(SourceLocation L, SourceManager &SM) const;