HomeSort by: relevance | last modified time | path
    Searched refs:findDirectiveAtLoc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
MacroInfo.cpp 202 MacroDirective::findDirectiveAtLoc(SourceLocation L,
Preprocessor.cpp 359 Def = I->second.findDirectiveAtLoc(Loc, SourceMgr);
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
MacroInfo.h 397 const DefInfo findDirectiveAtLoc(SourceLocation L,
Preprocessor.h 669 MacroDirective::DefInfo findDirectiveAtLoc(SourceLocation Loc,
673 return Latest->findDirectiveAtLoc(Loc, SourceMgr);
1095 DI = MD->findDirectiveAtLoc(Loc, getSourceManager());

Completed in 29 milliseconds