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(),
362 Decl *TransformDecl(SourceLocation Loc, Decl *D) {
391 /// By default, invokes TransformDecl() to transform the declaration.
394 return getDerived().TransformDecl(Loc, D);
404 /// By default, invokes TransformDecl() to transform the declaration.
407 return cast_or_null<NamedDecl>(getDerived().TransformDecl(Loc, D));
    [all...]
SemaTemplateInstantiate.cpp     [all...]

Completed in 117 milliseconds