Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DMacroInfo.cpp196 MacroDirective::findDirectiveAtLoc(SourceLocation L, SourceManager &SM) const { in findDirectiveAtLoc() function in MacroDirective
DPreprocessor.cpp325 Def = I->second->findDirectiveAtLoc(Loc, SourceMgr); in getLastMacroWithSpelling()
/external/clang/lib/Sema/
DSemaFixItUtils.cpp168 return Macro && Macro->findDirectiveAtLoc(Loc, S.getSourceManager()); in isMacroDefined()
/external/clang/include/clang/Lex/
DMacroInfo.h478 const DefInfo findDirectiveAtLoc(SourceLocation L, SourceManager &SM) const;