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.cpp339 Def = I->second.findDirectiveAtLoc(Loc, SourceMgr); in getLastMacroWithSpelling()
/external/clang/include/clang/Lex/
DPreprocessor.h457 MacroDirective::DefInfo findDirectiveAtLoc(SourceLocation Loc, in findDirectiveAtLoc() function
461 return Latest->findDirectiveAtLoc(Loc, SourceMgr); in findDirectiveAtLoc()
831 DI = MD->findDirectiveAtLoc(Loc, getSourceManager()); in getMacroDefinitionAtLoc()
DMacroInfo.h410 const DefInfo findDirectiveAtLoc(SourceLocation L, SourceManager &SM) const;