Home
last modified time | relevance | path

Searched refs:getRelocationInfoForCXXRecord (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp316 getASTContext().getRelocationInfoForCXXRecord(&RD)) in IsCXXTriviallyRelocatableType()
350 S.getASTContext().getRelocationInfoForCXXRecord(RD)) in IsCXXReplaceableType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h628 getRelocationInfoForCXXRecord(const CXXRecordDecl *) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1691 ASTContext::getRelocationInfoForCXXRecord(const CXXRecordDecl *RD) const { in getRelocationInfoForCXXRecord() function in ASTContext