Searched defs:getTemplatedDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclTemplate.h358 NamedDecl *getTemplatedDecl() const { return TemplatedDecl.getPointer(); } function in class:clang::final::TemplateDecl
899 FunctionDecl *getTemplatedDecl() const { function in class:clang::FunctionTemplateDecl
906 return getTemplatedDecl()->isThisDeclarationADefinition();
1989 CXXRecordDecl *getTemplatedDecl() const { function in class:clang::ClassTemplateDecl
1996 return getTemplatedDecl()->isThisDeclarationADefinition();
2243 TypeAliasDecl *getTemplatedDecl() const { function in class:clang::TypeAliasTemplateDecl
2800 VarDecl *getTemplatedDecl() const { function in class:clang::VarTemplateDecl
2807 return getTemplatedDecl()->isThisDeclarationADefinition();

Completed in 100 milliseconds