HomeSort by relevance Sort by last modified time
    Searched refs:TransformDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
TreeTransform.h 72 /// TransformExpr(), TransformDecl(), TransformNestedNameSpecifierLoc(),
368 Decl *TransformDecl(SourceLocation Loc, Decl *D) {
397 /// By default, invokes TransformDecl() to transform the declaration.
400 return getDerived().TransformDecl(Loc, D);
410 /// By default, invokes TransformDecl() to transform the declaration.
413 return cast_or_null<NamedDecl>(getDerived().TransformDecl(Loc, D));
    [all...]
SemaTemplateInstantiate.cpp 760 Decl *TransformDecl(SourceLocation Loc, Decl *D);
    [all...]

Completed in 27 milliseconds