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

  /external/clang/include/clang/Lex/
MacroInfo.h 345 SourceLocation getUndefLoc() const { return UndefLocation; }
Preprocessor.h 542 assert(MD->getUndefLoc().isInvalid() && "Macro is undefined!");
580 /// MacroInfo::getUndefLoc() at the head of the list.
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 161 assert(Macros[II]->getUndefLoc().isValid() && "Macro is still defined!");
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]

Completed in 80 milliseconds