Home
last modified time | relevance | path

Searched refs:TypeOfExpr (Results 1 – 25 of 25) sorted by relevance

/external/llvm-project/clang/test/Modules/
Dodr_hash-gnu.cpp36 namespace TypeOfExpr { namespace
/external/llvm-project/clang/include/clang/Serialization/
DTypeBitCodes.def28 TYPE_BIT_CODE(TypeOfExpr, TYPEOF_EXPR, 17)
/external/clang/include/clang/AST/
DTypeNodes.def86 NON_CANONICAL_UNLESS_DEPENDENT_TYPE(TypeOfExpr, Type)
DType.h3543 static bool classof(const Type *T) { return T->getTypeClass() == TypeOfExpr; }
/external/clang/lib/AST/
DType.cpp916 TRIVIAL_TYPE_CLASS(TypeOfExpr)
2360 case TypeOfExpr: in isSpecifierType()
2874 : Type(TypeOfExpr, can, E->isTypeDependent(), in TypeOfExprType()
3519 case Type::TypeOfExpr: in canHaveNullability()
DTypePrinter.cpp183 case Type::TypeOfExpr: in canPrefixQualifiers()
DItaniumMangle.cpp1839 case Type::TypeOfExpr: in mangleUnresolvedTypeOrSimpleId()
DASTImporter.cpp714 case Type::TypeOfExpr: in IsStructurallyEquivalent()
DASTContext.cpp2646 case Type::TypeOfExpr: in getVariableArrayDecayedType()
/external/llvm-project/clang/lib/AST/
DType.cpp1125 SUGARED_TYPE_CLASS(TypeOfExpr)
2771 case TypeOfExpr: in isSpecifierType()
3397 : Type(TypeOfExpr, can, in TypeOfExprType()
4049 case Type::TypeOfExpr: in canHaveNullability()
DASTStructuralEquivalence.cpp935 case Type::TypeOfExpr: in IsStructurallyEquivalent()
DTypePrinter.cpp212 case Type::TypeOfExpr: in canPrefixQualifiers()
DItaniumMangle.cpp2092 case Type::TypeOfExpr: in mangleUnresolvedTypeOrSimpleId()
DASTContext.cpp3456 case Type::TypeOfExpr: in getVariableArrayDecayedType()
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp500 case Type::TypeOfExpr: in IsPossiblyOpaquelyQualifiedType()
1658 case Type::TypeOfExpr: in DeduceTemplateArgumentsByTypeMatch()
4911 case Type::TypeOfExpr: in MarkUsedTemplateParameters()
DSemaExpr.cpp3938 case Type::TypeOfExpr: in captureVariablyModifiedType()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateDeduction.cpp630 case Type::TypeOfExpr: in IsPossiblyOpaquelyQualifiedType()
2305 case Type::TypeOfExpr: in DeduceTemplateArgumentsByTypeMatch()
6051 case Type::TypeOfExpr: in MarkUsedTemplateParameters()
DSemaExpr.cpp4398 case Type::TypeOfExpr: in captureVariablyModifiedType()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp975 if (T->getTypeClass() == Type::TypeOfExpr) in VisitObjCEncodeExpr()
DCodeGenFunction.cpp1791 case Type::TypeOfExpr: in EmitVariablyModifiedType()
DCGDebugInfo.cpp2277 case Type::TypeOfExpr: in UnwrapTypeForDebugInfo()
2466 case Type::TypeOfExpr: in CreateTypeNode()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp2537 case clang::Type::TypeOfExpr:
4000 case clang::Type::TypeOfExpr: in GetTypeClass()
4678 case clang::Type::TypeOfExpr: in GetEncoding()
4990 case clang::Type::TypeOfExpr: in GetFormat()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp2144 case Type::TypeOfExpr: in EmitVariablyModifiedType()
DCGDebugInfo.cpp3082 case Type::TypeOfExpr: in UnwrapTypeForDebugInfo()
3298 case Type::TypeOfExpr: in CreateTypeNode()
/external/llvm-project/clang/include/clang/AST/
DType.h4429 static bool classof(const Type *T) { return T->getTypeClass() == TypeOfExpr; }