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

  /external/clang/include/clang/AST/
DeclTemplate.h 814 bool isThisDeclarationADefinition() const {
815 return getTemplatedDecl()->isThisDeclarationADefinition();
    [all...]
DeclObjC.h 488 bool isThisDeclarationADefinition() const { return hasBody(); }
780 if (isThisDeclarationADefinition())
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]

Completed in 76 milliseconds