Home
last modified time | relevance | path

Searched refs:VisitParenType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DTemplateArgumentHasher.cpp332 void VisitParenType(const ParenType *T) { AddQualType(T->getInnerType()); } in VisitParenType() function in __anon91a37be10111::TypeVisitorHelper
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1150 void VisitParenType(const ParenType *T) { in VisitParenType() function in __anonb4317f1a0211::ODRTypeVisitor
H A DType.cpp1217 QualType VisitParenType(const ParenType *T) { in VisitParenType() function
2042 Type *VisitParenType(const ParenType *T) { return Visit(T->getInnerType()); } in VisitParenType() function in __anon1a6dd6330311::GetContainedDeducedTypeVisitor
H A DASTImporter.cpp1609 ExpectedType ASTNodeImporter::VisitParenType(const ParenType *T) { in VisitParenType() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3204 TemplateTypeParmDecl *VisitParenType(const ParenType *T) { in VisitParenType() function