Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp185 CXXRecordDecl *NestedNameSpecifier::getAsRecordDecl() const { in getAsRecordDecl() function in NestedNameSpecifier
H A DType.cpp1886 RecordDecl *Type::getAsRecordDecl() const { in getAsRecordDecl() function in Type
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp5223 static RecordDecl *getAsRecordDecl(QualType BaseType) { in getAsRecordDecl() function