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 200 MacroDirective::findDirectiveAtLoc(SourceLocation L, SourceManager &SM) const {
Preprocessor.cpp 342 Def = I->second.findDirectiveAtLoc(Loc, SourceMgr);
    [all...]
  /external/clang/include/clang/Lex/
MacroInfo.h 410 const DefInfo findDirectiveAtLoc(SourceLocation L, SourceManager &SM) const;
Preprocessor.h 458 MacroDirective::DefInfo findDirectiveAtLoc(SourceLocation Loc,
462 return Latest->findDirectiveAtLoc(Loc, SourceMgr);
838 DI = MD->findDirectiveAtLoc(Loc, getSourceManager());
    [all...]

Completed in 216 milliseconds