Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h62 RecordKind getRecordType() const { return T; } in getRecordType() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp231 static const RecordType *getRecordType(QualType QT) { in getRecordType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5119 QualType ASTContext::getRecordType(const RecordDecl *Decl) const { in getRecordType() function in ASTContext