Home
last modified time | relevance | path

Searched defs:TypePtr (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp121 getFullyQualifiedTemplateType(const ASTContext & Ctx,const Type * TypePtr,bool WithGlobalNsPrefix) getFullyQualifiedTemplateType() argument
319 createNestedNameSpecifierForScopeOf(const ASTContext & Ctx,const Type * TypePtr,bool FullyQualified,bool WithGlobalNsPrefix) createNestedNameSpecifierForScopeOf() argument
361 const Type *TypePtr = TD->getTypeForDecl(); createNestedNameSpecifier() local
470 const Type *TypePtr = getFullyQualifiedTemplateType( getFullyQualifiedType() local
[all...]
H A DMicrosoftMangle.cpp2218 void *TypePtr; mangleFunctionArgumentType() local
2266 auto *TypePtr = (const void *)&*Iter; manglePassObjectSizeArg() local
H A DItaniumMangle.cpp6733 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); mangleSubstitution() local
6906 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); addSubstitution() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp611 CanQualType TypePtr = S.Context.getCanonicalType(I).getUnqualifiedType(); CheckEquivalentExceptionSpecImpl() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2194 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local
3896 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local
H A DRewriteModernObjC.cpp2281 if (!isa<TypeOfExprType>(TypePtr)) in RewriteTypeOfDecl() local
4727 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); in RewriteCastExpr() local