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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DMacroInfo.cpp154 MacroDirective::findDirectiveAtLoc(SourceLocation L, SourceManager &SM) const { function in class:MacroDirective
H A DPreprocessor.cpp315 Def = I->second->findDirectiveAtLoc(Loc, SourceMgr);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaFixItUtils.cpp168 return Macro && Macro->findDirectiveAtLoc(Loc, S.getSourceManager());
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h455 const DefInfo findDirectiveAtLoc(SourceLocation L, SourceManager &SM) const;

Completed in 155 milliseconds