Home
last modified time | relevance | path

Searched refs:VisitType (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp927 VisitType(T); in VisitAdjustedType()
940 VisitType(T); in VisitArrayType()
965 VisitType(T); in VisitAttributedType()
970 VisitType(T); in VisitBlockPointerType()
975 VisitType(T); in VisitBuiltinType()
980 VisitType(T); in VisitComplexType()
985 VisitType(T); in VisitDecltypeType()
994 VisitType(T); in VisitDeducedType()
1018 VisitType(T); in VisitDependentAddressSpaceType()
1024 VisitType(T); in VisitDependentSizedExtVectorType()
[all …]
H A DStmtProfile.cpp129 VisitType(Parm->getType()); in VisitDecl()
357 VisitType(S->getCaughtType()); in VisitCXXCatchStmt()
1425 VisitType(S->getArgumentType()); in VisitUnaryExprOrTypeTraitExpr()
1478 VisitType(S->getTypeAsWritten()); in VisitExplicitCastExpr()
1604 VisitType(T); in VisitGenericSelectionExpr()
2094 VisitType(S->getAllocatedType()); in VisitCXXNewExpr()
2144 VisitType(S->getQueriedType()); in VisitArrayTypeTraitExpr()
2170 VisitType(S->getTypeAsWritten()); in VisitCXXUnresolvedConstructExpr()
2309 VisitType(S->getEncodedType()); in VisitObjCEncodeExpr()
2396 VisitType(Arg.getAsType()); in VisitTemplateArgument()
[all …]
H A DASTImporter.cpp370 ExpectedType VisitType(const Type *T);
1061 ExpectedType ASTNodeImporter::VisitType(const Type *T) { in VisitType() function in ASTNodeImporter
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp168 void VisitType(QualType T);
273 VisitType(PD->getType()); in VisitFunctionDecl()
284 VisitType(D->getReturnType()); in VisitFunctionDecl()
659 void USRGenerator::VisitType(QualType T) { in VisitType() function in USRGenerator
877 VisitType(FT->getReturnType()); in VisitType()
881 VisitType(I); in VisitType()
910 VisitType(OIT->getBaseType()); in VisitType()
990 VisitType(NTTP->getType()); in VisitTemplateParameterList()
1047 VisitType(Arg.getAsType()); in VisitTemplateArgument()
1052 VisitType(Arg.getIntegralType()); in VisitTemplateArgument()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeVisitor.h87 RetTy VisitType(const Type*) { return RetTy(); } in VisitType() function
H A DRecursiveASTVisitor.h393 bool WalkUpFromType(Type *T) { return getDerived().VisitType(T); }
394 bool VisitType(Type *T) { return true; }
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp210 enum VisitType { in markTails() enum
215 DenseMap<BasicBlock *, VisitType> Visited; in markTails()
232 VisitType Escaped = UNESCAPED; in markTails()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5306 bool VisitType(Type *T) { in VisitType() function