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 73 /// TransformExpr(), TransformDecl(), TransformNestedNameSpecifierLoc(),
379 Decl *TransformDecl(SourceLocation Loc, Decl *D) {
408 /// By default, invokes TransformDecl() to transform the declaration.
411 return getDerived().TransformDecl(Loc, D);
421 /// By default, invokes TransformDecl() to transform the declaration.
424 return cast_or_null<NamedDecl>(getDerived().TransformDecl(Loc, D));
    [all...]
SemaTemplateInstantiate.cpp     [all...]

Completed in 184 milliseconds