HomeSort by: relevance | last modified time | path
    Searched refs:VisitPointerType (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTNodeTraverser.h 321 void VisitPointerType(const PointerType *T) { Visit(T->getPointeeType()); }
  /src/external/apache2/llvm/dist/clang/lib/AST/
ODRHash.cpp 977 void VisitPointerType(const PointerType *T) {
Type.cpp 892 QualType VisitPointerType(const PointerType *T) {
1809 Type *VisitPointerType(const PointerType *T) {
ASTImporter.cpp 338 ExpectedType VisitPointerType(const PointerType *T);
1102 ExpectedType ASTNodeImporter::VisitPointerType(const PointerType *T) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiate.cpp 2252 TemplateTypeParmDecl *VisitPointerType(const PointerType *T) {
SemaTemplate.cpp 5964 bool UnnamedLocalNoLinkageFinder::VisitPointerType(const PointerType* T) {

Completed in 35 milliseconds