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/
DeclCXX.h 674 bool hasDefinition() const { return DefinitionData.get(); }
    [all...]
DeclObjC.h 806 assert(hasDefinition() && "Caller did not check for forward reference!");
834 if (!hasDefinition())
844 if (!hasDefinition())
    [all...]

Completed in 232 milliseconds