HomeSort by relevance Sort by last modified time
    Searched refs:findDirectiveAtLoc (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Lex/
MacroInfo.cpp 153 MacroDirective::findDirectiveAtLoc(SourceLocation L, SourceManager &SM) const {
Preprocessor.cpp 312 Def = I->second->findDirectiveAtLoc(Loc, SourceMgr);
  /external/clang/include/clang/Lex/
MacroInfo.h 451 const DefInfo findDirectiveAtLoc(SourceLocation L, SourceManager &SM) const;
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 168 return Macro && Macro->findDirectiveAtLoc(Loc, S.getSourceManager());

Completed in 88 milliseconds