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 796 bool isTemplateDecl() const;
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 162 bool Decl::isTemplateDecl() const {
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 958 bool HasTemplateScope = EnterScope && D->isTemplateDecl();
    [all...]

Completed in 94 milliseconds