reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 2099   Decl *ActOnDeclarator(Scope *S, Declarator &D);

References

tools/clang/lib/Parse/ParseDecl.cpp
 2111     Decl *ThisDecl = Actions.ActOnDeclarator(getCurScope(), D);
 2281     ThisDecl = Actions.ActOnDeclarator(getCurScope(), D);
 2313         ThisDecl = Actions.ActOnDeclarator(getCurScope(), D);
tools/clang/lib/Sema/SemaDecl.cpp
12332   Decl *Var = ActOnDeclarator(S, D);
14197   FunctionDecl *FD = cast<FunctionDecl>(ActOnDeclarator(BlockScope, D));
tools/clang/lib/Sema/SemaDeclCXX.cpp
15551   Decl *Dcl = ActOnDeclarator(S, D);