Searched defs:VisitTypeOfExprType (Results 1 – 4 of 4) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/AST/ | ||
H A D | ASTDumper.cpp | 342 void VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType() function in __anonb1addcb90111::ASTDumper |
H A D | ASTImporter.cpp | 1655 QualType ASTNodeImporter::VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType() function in ASTNodeImporter |
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ | ||
H A D | SemaTemplate.cpp | 4007 bool UnnamedLocalNoLinkageFinder::VisitTypeOfExprType(const TypeOfExprType*) { in VisitTypeOfExprType() function in UnnamedLocalNoLinkageFinder |
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/ | ||
H A D | ASTWriter.cpp | 255 void ASTTypeWriter::VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType() function in ASTTypeWriter |