HomeSort by relevance Sort by last modified time
    Searched refs:DeclaratorDecl (Results 1 - 25 of 29) sorted by null

1 2

  /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 169 static const clang::Type *GetTypeOfDecl(const clang::DeclaratorDecl *DD);
slang_rs_export_type.cpp 525 *RSExportType::GetTypeOfDecl(const clang::DeclaratorDecl *DD) {
    [all...]
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 24 class DeclaratorDecl;
97 SmallVectorImpl<const DeclaratorDecl *> &Decls) {}
Initialization.h 28 class DeclaratorDecl;
93 DeclaratorDecl *VariableOrMember;
300 DeclaratorDecl *getDecl() const;
    [all...]
Template.h 477 bool SubstQualifier(const DeclaratorDecl *OldDecl,
478 DeclaratorDecl *NewDecl);
Sema.h 87 class DeclaratorDecl;
318 typedef LazyVector<const DeclaratorDecl *, ExternalSemaSource,
    [all...]
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 54 } else if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) {
  /external/clang/tools/libclang/
CursorVisitor.h 201 bool VisitDeclaratorDecl(DeclaratorDecl *DD);
IndexDecl.cpp 26 void handleDeclarator(DeclaratorDecl *D, const NamedDecl *Parent = 0) {
CIndex.cpp 680 bool CursorVisitor::VisitDeclaratorDecl(DeclaratorDecl *DD) {
    [all...]
  /external/clang/include/clang/AST/
Decl.h 589 class DeclaratorDecl : public ValueDecl {
607 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L,
671 static bool classof(const DeclaratorDecl *D) { return true; }
712 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
821 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), Init() {
    [all...]
DeclTemplate.h     [all...]
RecursiveASTVisitor.h 402 bool TraverseDeclaratorHelper(DeclaratorDecl *D);
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
DeclTemplate.cpp 496 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
563 return DeclaratorDecl::getSourceRange();
    [all...]
DumpXML.cpp 454 // DeclaratorDecl
455 void visitDeclaratorDeclChildren(DeclaratorDecl *D) {
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 242 void VisitDeclaratorDecl(DeclaratorDecl *DD);
303 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) {
305 DeclaratorDecl::ExtInfo *Info =
306 DD->DeclInfo.get<DeclaratorDecl::ExtInfo *>();
485 void ASTDeclReader::VisitDeclaratorDecl(DeclaratorDecl *DD) {
489 DeclaratorDecl::ExtInfo *Info
490 = new (Reader.getContext()) DeclaratorDecl::ExtInfo();
    [all...]
ASTWriterDecl.cpp 77 void VisitDeclaratorDecl(DeclaratorDecl *D);
133 // we handle it here in the case of those classes derived from DeclaratorDecl
134 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)){
298 void ASTDeclWriter::VisitDeclaratorDecl(DeclaratorDecl *D) {
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/lib/Sema/
Sema.cpp 313 static bool ShouldRemoveFromUnused(Sema *SemaRef, const DeclaratorDecl *D) {
    [all...]
SemaInit.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 28 bool TemplateDeclInstantiator::SubstQualifier(const DeclaratorDecl *OldDecl,
29 DeclaratorDecl *NewDecl) {
    [all...]

Completed in 114 milliseconds

1 2