Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp320 getASTContext().setRelocationInfoForCXXRecord(&RD, Info); in IsCXXTriviallyRelocatableType()
354 S.getASTContext().setRelocationInfoForCXXRecord(RD, Info); in IsCXXReplaceableType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h629 void setRelocationInfoForCXXRecord(const CXXRecordDecl *,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1700 void ASTContext::setRelocationInfoForCXXRecord( in setRelocationInfoForCXXRecord() function in ASTContext