HomeSort by relevance Sort by last modified time
    Searched full:declaratordecl (Results 1 - 25 of 53) sorted by null

1 2 3

  /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/lldb/include/lldb/Core/
ClangForward.h 51 class DeclaratorDecl;
  /external/clang/unittests/AST/
ASTTypeTraitsTest.cpp 46 EXPECT_TRUE(DNT<DeclaratorDecl>().isBaseOf(DNT<ParmVarDecl>(), &Distance));
  /external/clang/utils/
clang.natvis 54 <ExpandedItem>*(DeclaratorDecl*)this,nd</ExpandedItem>
  /external/clang/include/clang/AST/
DeclFriend.h 140 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(ND)) {
Decl.h 527 class DeclaratorDecl : public ValueDecl {
545 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L,
649 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
    [all...]
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 27 class DeclaratorDecl;
106 SmallVectorImpl<const DeclaratorDecl *> &Decls) {}
MultiplexExternalSemaSource.h 25 class DeclaratorDecl;
256 SmallVectorImpl<const DeclaratorDecl*> &Decls) override;
Template.h 488 bool SubstQualifier(const DeclaratorDecl *OldDecl,
489 DeclaratorDecl *NewDecl);
Initialization.h 30 class DeclaratorDecl;
132 DeclaratorDecl *VariableOrMember;
358 DeclaratorDecl *getDecl() const;
    [all...]
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 55 } else if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) {
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 80 void VisitDeclaratorDecl(DeclaratorDecl *D);
149 // we handle it here in the case of those classes derived from DeclaratorDecl
150 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)){
341 void ASTDeclWriter::VisitDeclaratorDecl(DeclaratorDecl *D) {
    [all...]
ASTReaderDecl.cpp 267 void VisitDeclaratorDecl(DeclaratorDecl *DD);
347 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) {
349 DeclaratorDecl::ExtInfo *Info =
350 DD->DeclInfo.get<DeclaratorDecl::ExtInfo *>();
559 void ASTDeclReader::VisitDeclaratorDecl(DeclaratorDecl *DD) {
563 DeclaratorDecl::ExtInfo *Info
564 = new (Reader.getContext()) DeclaratorDecl::ExtInfo();
    [all...]
  /external/chromium_org/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 183 const clang::DeclaratorDecl* const var_decl =
184 result.Nodes.getNodeAs<clang::DeclaratorDecl>("var");
  /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/lib/AST/
Decl.cpp     [all...]
DeclTemplate.cpp 524 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
583 return DeclaratorDecl::getSourceRange();
    [all...]
  /external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 222 SmallVectorImpl<const DeclaratorDecl*> &Decls) {
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 137 REGISTER_MATCHER(declaratorDecl);
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 210 Matcher<Decl> DeclDecl = declaratorDecl(hasTypeLoc(
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 225 /// declaratorDecl()
227 const internal::VariadicDynCastAllOfMatcher<Decl, DeclaratorDecl>
228 declaratorDecl;
    [all...]

Completed in 868 milliseconds

1 2 3