HomeSort by relevance Sort by last modified time
    Searched refs:DeclaratorDecl (Results 1 - 25 of 43) 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 131 const clang::DeclaratorDecl *DD) {
slang_rs_export_type.h 253 static const clang::Type *GetTypeOfDecl(const clang::DeclaratorDecl *DD);
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 31 class DeclaratorDecl;
110 SmallVectorImpl<const DeclaratorDecl *> &Decls) {}
MultiplexExternalSemaSource.h 25 class DeclaratorDecl;
260 SmallVectorImpl<const DeclaratorDecl*> &Decls) override;
Template.h 495 bool SubstQualifier(const DeclaratorDecl *OldDecl,
496 DeclaratorDecl *NewDecl);
Initialization.h 30 class DeclaratorDecl;
132 DeclaratorDecl *VariableOrMember;
358 DeclaratorDecl *getDecl() const;
    [all...]
  /external/lldb/include/lldb/Core/
ClangForward.h 51 class DeclaratorDecl;
  /external/clang/include/clang/AST/
DeclFriend.h 144 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(ND)) {
Decl.h 584 class DeclaratorDecl : public ValueDecl {
602 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L,
706 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
    [all...]
ASTContext.h     [all...]
DeclCXX.h     [all...]
DeclTemplate.h     [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,
CXType.cpp 162 if (const DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) {
  /external/clang/unittests/AST/
ASTTypeTraitsTest.cpp 52 EXPECT_TRUE(DNT<DeclaratorDecl>().isBaseOf(DNT<ParmVarDecl>(), &Distance));
  /external/clang/lib/AST/
Decl.cpp     [all...]
DeclTemplate.cpp 545 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
604 return DeclaratorDecl::getSourceRange();
    [all...]
  /external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 230 SmallVectorImpl<const DeclaratorDecl*> &Decls) {
SemaAttr.cpp 365 DeclaratorDecl *Decl) {
  /external/clang/lib/CodeGen/
CGDebugInfo.h 92 std::vector<std::pair<const DeclaratorDecl *, llvm::TrackingMDRef>>
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 80 void VisitDeclaratorDecl(DeclaratorDecl *D);
204 // we handle it here in the case of those classes derived from DeclaratorDecl
205 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)){
412 void ASTDeclWriter::VisitDeclaratorDecl(DeclaratorDecl *D) {
    [all...]
ASTReaderDecl.cpp 298 void VisitDeclaratorDecl(DeclaratorDecl *DD);
378 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) {
380 DeclaratorDecl::ExtInfo *Info =
381 DD->DeclInfo.get<DeclaratorDecl::ExtInfo *>();
623 void ASTDeclReader::VisitDeclaratorDecl(DeclaratorDecl *DD) {
627 DeclaratorDecl::ExtInfo *Info
628 = new (Reader.getContext()) DeclaratorDecl::ExtInfo();
    [all...]

Completed in 691 milliseconds

1 2