Searched refs:isCurrentInstantiation (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DCXXInheritance.cpp126 CXXRecordDecl::isCurrentInstantiation(const DeclContext *CurContext) const { function in class:CXXRecordDecl
157 !Base->isCurrentInstantiation(Record))) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp38 Record->isCurrentInstantiation(CurContext))
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h1354 bool isCurrentInstantiation(const DeclContext *CurContext) const;
H A DType.h3754 bool isCurrentInstantiation() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateSpecializationType
3803 return !isDependentType() || isCurrentInstantiation() || isTypeAlias();

Completed in 90 milliseconds