HomeSort by relevance Sort by last modified time
    Searched defs:hasDefinition (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 732 assert(hasDefinition() && "Caller did not check for forward reference!");
756 if (!hasDefinition())
766 if (!hasDefinition())
779 if (!hasDefinition())
790 if (!hasDefinition())
803 if (!hasDefinition())
815 if (!hasDefinition())
    [all...]
DeclCXX.h 659 bool hasDefinition() const { return DefinitionData != 0; }
    [all...]

Completed in 273 milliseconds