HomeSort by relevance Sort by last modified time
    Searched full:hadmacrodefinition (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp 486 II.hadMacroDefinition() ||
532 bool hadMacroDefinition = Bits & 0x01;
569 if (hadMacroDefinition) {
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 147 bool hadMacroDefinition() const {
  /external/clang/lib/Frontend/
CompilerInstance.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 553 /// identifiers that hadMacroDefinition().
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 37 assert(II->hadMacroDefinition() && "Identifier has not been not a macro!");
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 695 milliseconds