Home
last modified time | relevance | path

Searched defs:VisitTypeOfExprType (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTDumper.cpp342 void VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType() function in __anonb1addcb90111::ASTDumper
H A DASTImporter.cpp1655 QualType ASTNodeImporter::VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType() function in ASTNodeImporter
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp4007 bool UnnamedLocalNoLinkageFinder::VisitTypeOfExprType(const TypeOfExprType*) { in VisitTypeOfExprType() function in UnnamedLocalNoLinkageFinder
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp255 void ASTTypeWriter::VisitTypeOfExprType(const TypeOfExprType *T) { in VisitTypeOfExprType() function in ASTTypeWriter