Searched refs:getDerived (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DTreeTransform.h125 Derived &getDerived() { return static_cast<Derived&>(*this); } function in class:clang::TreeTransform
128 const Derived &getDerived() const { function in class:clang::TreeTransform
178 OldLocation = Self.getDerived().getBaseLocation();
179 OldEntity = Self.getDerived().getBaseEntity();
182 Self.getDerived().setBase(Location, Entity);
186 Self.getDerived().setBase(OldLocation, OldEntity);
391 return getDerived().TransformDecl(Loc, D);
404 return cast_or_null<NamedDecl>(getDerived().TransformDecl(Loc, D));
514 getDerived().getBaseLocation());
808 = getDerived()
[all...]
H A DSemaPseudoObject.cpp48 T &getDerived() { return static_cast<T&>(*this); } function in struct:__anon3788::Rebuilder
54 return getDerived().rebuildSpecific(specific);
/external/clang/include/clang/AST/
H A DRecursiveASTVisitor.h74 do { if (!getDerived().CALL_EXPR) return false; } while (0)
141 Derived &getDerived() { return *static_cast<Derived*>(this); } function in class:clang::RecursiveASTVisitor
257 bool WalkUpFromStmt(Stmt *S) { return getDerived().VisitStmt(S); }
330 bool WalkUpFromType(Type *T) { return getDerived().VisitType(T); }
352 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
358 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc());
362 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc());
386 bool WalkUpFromDecl(Decl *D) { return getDerived().VisitDecl(D); }
436 if (getDerived().shouldUseDataRecursionFor(CurrS)) {
480 return getDerived()
[all...]
/external/clang/tools/libclang/
H A DRecursiveASTVisitor.h75 do { if (!getDerived().CALL_EXPR) return false; } while (0)
145 Derived &getDerived() { return *static_cast<Derived*>(this); } function in class:clang::cxindex::RecursiveASTVisitor
250 bool WalkUpFromStmt(Stmt *S) { return getDerived().VisitStmt(S); }
325 bool WalkUpFromType(Type *T) { return getDerived().VisitType(T); }
347 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
353 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc());
357 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc());
381 bool WalkUpFromDecl(Decl *D) { return getDerived().VisitDecl(D); }
442 return getDerived().Traverse##NAME(static_cast<CLASS*>(VAR))
538 return getDerived()
[all...]

Completed in 134 milliseconds