Home
last modified time | relevance | path

Searched defs:VisitType (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DTypeVisitor.h87 RetTy VisitType(const Type*) { return RetTy(); } in VisitType() function
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DMemberwiseConstructor.cpp142 FieldAction VisitType(const Type *T) { return Fail; } in considerField() function in clang::clangd::__anon5e9bc4870111::MemberwiseConstructor::considerField::Visitor
/llvm-project/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp210 enum VisitType { in markTails() enum
/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp670 void USRGenerator::VisitType(QualType T) { VisitType() function in USRGenerator
[all...]
/llvm-project/clang/lib/AST/
H A DODRHash.cpp935 void VisitType(const Type *T) {} VisitType() function in __anon5944dbcd0211::ODRTypeVisitor
[all...]
H A DStmtProfile.cpp155 void VisitType(QualType T) override { in VisitType() function in __anon1932447d0111::StmtProfilerWithPointers
202 void VisitType(QualType T) override { in VisitType() function in __anon1932447d0111::StmtProfilerWithoutPointers
[all...]
H A DASTImporter.cpp1062 ExpectedType ASTNodeImporter::VisitType(const Type *T) { VisitType() function in ASTNodeImporter
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5441 bool VisitType(Type *T) { VisitType() function
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp1622 QualType VisitType; VisitBuiltinTypeLoc() local