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

  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 710 Decl *TransformDecl(SourceLocation Loc, Decl *D);
    [all...]
TreeTransform.h 73 /// TransformExpr(), TransformDecl(), TransformNestedNameSpecifierLoc(),
404 Decl *TransformDecl(SourceLocation Loc, Decl *D) {
433 /// By default, invokes TransformDecl() to transform the declaration.
436 return getDerived().TransformDecl(Loc, D);
446 /// By default, invokes TransformDecl() to transform the declaration.
449 return cast_or_null<NamedDecl>(getDerived().TransformDecl(Loc, D));
    [all...]
SemaOpenMP.cpp     [all...]

Completed in 1546 milliseconds