Home
last modified time | relevance | path

Searched defs:getAsRecordDecl (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/AST/
DNestedNameSpecifier.cpp173 CXXRecordDecl *NestedNameSpecifier::getAsRecordDecl() const { in getAsRecordDecl() function in NestedNameSpecifier
/external/llvm-project/clang/lib/AST/
DNestedNameSpecifier.cpp185 CXXRecordDecl *NestedNameSpecifier::getAsRecordDecl() const { in getAsRecordDecl() function in NestedNameSpecifier
DType.cpp1757 RecordDecl *Type::getAsRecordDecl() const { in getAsRecordDecl() function in Type
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp4761 static RecordDecl *getAsRecordDecl(const QualType BaseType) { in getAsRecordDecl() function