HomeSort by: relevance | last modified time | path
    Searched refs:ProcessDeclAttributes (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp 994 ProcessDeclAttributes(CurScope, Method, ParamInfo);
SemaDecl.cpp 5197 ProcessDeclAttributes(S, Anon, Dc);
6157 ProcessDeclAttributes(S, NewTD, D);
7274 ProcessDeclAttributes(S, NewVD, D);
9485 ProcessDeclAttributes(S, NewFD, D);
13742 ProcessDeclAttributes(S, New, D);
16931 ProcessDeclAttributes(getCurScope(), NewFD, *D);
17114 ProcessDeclAttributes(S, NewID, D);
SemaObjCProperty.cpp 641 ProcessDeclAttributes(S, PDecl, FD.D);
SemaDeclObjC.cpp 5215 ProcessDeclAttributes(S, New, D);
SemaDeclCXX.cpp 16088 ProcessDeclAttributes(S, ExDecl, D);
17874 ProcessDeclAttributes(TUScope, NewPD, D);
SemaDeclAttr.cpp 8547 /// ProcessDeclAttributes - Given a declarator (PD) with attributes indicated in
8550 void Sema::ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD) {
SemaExpr.cpp 15403 ProcessDeclAttributes(CurScope, CurBlock->TheDecl, ParamInfo);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4257 void ProcessDeclAttributes(Scope *S, Decl *D, const Declarator &PD);

Completed in 84 milliseconds