Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DODRHash.cpp966 void VisitParenType(const ParenType *T) { in VisitParenType() function in __anonb19c90110211::ODRTypeVisitor
DType.cpp1081 QualType VisitParenType(const ParenType *T) { in VisitParenType() function
1856 Type *VisitParenType(const ParenType *T) { in VisitParenType() function in __anon2606b28a0211::GetContainedDeducedTypeVisitor
DASTImporter.cpp363 ExpectedType VisitParenType(const ParenType *T);
1297 ExpectedType ASTNodeImporter::VisitParenType(const ParenType *T) { in VisitParenType() function in ASTNodeImporter
/external/clang/lib/AST/
DType.cpp874 QualType VisitParenType(const ParenType *T) { in VisitParenType() function
1583 AutoType *VisitParenType(const ParenType *T) { in VisitParenType() function in __anoneaff4f5c0411::GetContainedAutoVisitor
DASTImporter.cpp59 QualType VisitParenType(const ParenType *T);
1765 QualType ASTNodeImporter::VisitParenType(const ParenType *T) { in VisitParenType() function in ASTNodeImporter
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2286 TemplateTypeParmDecl *VisitParenType(const ParenType *T) { in VisitParenType() function
/external/clang/lib/Serialization/
DASTWriter.cpp431 void ASTTypeWriter::VisitParenType(const ParenType *T) { in VisitParenType() function in ASTTypeWriter