Searched defs:getAsRecordDecl (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | NestedNameSpecifier.cpp | 185 CXXRecordDecl *NestedNameSpecifier::getAsRecordDecl() const { in getAsRecordDecl() function in NestedNameSpecifier |
H A D | Type.cpp | 1823 RecordDecl *Type::getAsRecordDecl() const { getAsRecordDecl() function in Type |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaCodeComplete.cpp | 5208 static RecordDecl *getAsRecordDecl(QualType BaseType) { getAsRecordDecl() function |