Home
last modified time | relevance | path

Searched defs:getTypeInfo (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/RelativeVTablesABI/
H A Dtype-info.cpp59 const auto &getTypeInfo() { in getTypeInfo() function
/llvm-project/llvm/include/llvm/
H A DPassInfo.h71 const void *getTypeInfo() const { return PassID; } getTypeInfo() function
/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp229 llvm::MDNode *CodeGenTBAA::getTypeInfo(QualType QTy) { getTypeInfo() function in CodeGenTBAA
[all...]
/llvm-project/clang/include/clang/APINotes/
H A DTypes.h586 NullabilityKind getTypeInfo(unsigned index) const { getTypeInfo() function
/llvm-project/clang/lib/AST/
H A DAPValue.cpp55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo() function in APValue::LValueBase
H A DASTContext.cpp1895 TypeInfo ASTContext::getTypeInfo(const Type *T) const { getTypeInfo() function in ASTContext
[all...]
/llvm-project/clang/include/clang/AST/
H A DASTContext.h2373 TypeInfo getTypeInfo(QualType T) const { return getTypeInfo(T.getTypePtr()); } getTypeInfo() function