/frameworks/compile/slang/ |
slang_rs_export_element.h | 31 class DeclaratorDecl; 67 const clang::DeclaratorDecl *DD);
|
slang_rs_export_element.cpp | 120 const clang::DeclaratorDecl *DD) {
|
slang_rs_export_type.h | 178 static const clang::Type *GetTypeOfDecl(const clang::DeclaratorDecl *DD);
|
/external/clang/include/clang/Sema/ |
ExternalSemaSource.h | 25 class DeclaratorDecl; 103 SmallVectorImpl<const DeclaratorDecl *> &Decls) {}
|
MultiplexExternalSemaSource.h | 25 class DeclaratorDecl; 250 SmallVectorImpl<const DeclaratorDecl*> &Decls);
|
Template.h | 488 bool SubstQualifier(const DeclaratorDecl *OldDecl, 489 DeclaratorDecl *NewDecl);
|
Initialization.h | 30 class DeclaratorDecl; 125 DeclaratorDecl *VariableOrMember; 348 DeclaratorDecl *getDecl() const; [all...] |
/external/clang/include/clang/AST/ |
DeclFriend.h | 139 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(ND)) {
|
Decl.h | 518 class DeclaratorDecl : public ValueDecl { 536 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, 640 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> { [all...] |
DeclCXX.h | [all...] |
DeclTemplate.h | [all...] |
RecursiveASTVisitor.h | 418 bool TraverseDeclaratorHelper(DeclaratorDecl *D); [all...] |
/external/clang/lib/ARCMigrate/ |
TransGCAttrs.cpp | 55 } else if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) {
|
/external/clang/tools/libclang/ |
CursorVisitor.h | 212 bool VisitDeclaratorDecl(DeclaratorDecl *DD);
|
IndexDecl.cpp | 34 void handleDeclarator(const DeclaratorDecl *D, const NamedDecl *Parent = 0) {
|
CXType.cpp | 155 if (const DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) {
|
RecursiveASTVisitor.h | 405 bool TraverseDeclaratorHelper(DeclaratorDecl *D); [all...] |
/external/clang/lib/Sema/ |
MultiplexExternalSemaSource.cpp | 217 SmallVectorImpl<const DeclaratorDecl*> &Decls) {
|
/external/clang/lib/AST/ |
Decl.cpp | [all...] |
DeclTemplate.cpp | 528 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc), 595 return DeclaratorDecl::getSourceRange(); [all...] |
/external/clang/lib/Parse/ |
ParseTemplate.cpp | [all...] |
/external/clang/lib/Serialization/ |
ASTReaderDecl.cpp | 253 void VisitDeclaratorDecl(DeclaratorDecl *DD); 320 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) { 322 DeclaratorDecl::ExtInfo *Info = 323 DD->DeclInfo.get<DeclaratorDecl::ExtInfo *>(); 512 void ASTDeclReader::VisitDeclaratorDecl(DeclaratorDecl *DD) { 516 DeclaratorDecl::ExtInfo *Info 517 = new (Reader.getContext()) DeclaratorDecl::ExtInfo(); [all...] |
ASTWriterDecl.cpp | 80 void VisitDeclaratorDecl(DeclaratorDecl *D); 141 // we handle it here in the case of those classes derived from DeclaratorDecl 142 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)){ 313 void ASTDeclWriter::VisitDeclaratorDecl(DeclaratorDecl *D) { [all...] |
/external/clang/include/clang/ASTMatchers/ |
ASTMatchers.h | 215 /// declaratorDecl() 217 const internal::VariadicDynCastAllOfMatcher<Decl, DeclaratorDecl> 218 declaratorDecl; [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
BugReporterVisitors.cpp | 325 if (const DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(DR->getDecl())) [all...] |