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

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

Completed in 34 milliseconds