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

  /external/clang/include/clang/AST/
DeclBase.h 787 bool isTemplateDecl() const;
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 152 bool Decl::isTemplateDecl() const {
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 799 bool HasTemplateScope = EnterScope && D->isTemplateDecl();
    [all...]

Completed in 51 milliseconds