HomeSort by relevance Sort by last modified time
    Searched full:declaratordecl (Results 126 - 150 of 295) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 482 /// This SVal is represented by a DeclaratorDecl which can be a member function
490 typedef llvm::PointerUnion<const DeclaratorDecl *,
498 const DeclaratorDecl *getDecl() const;
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 88 void VisitDeclaratorDecl(DeclaratorDecl *D);
261 // we handle it here in the case of those classes derived from DeclaratorDecl
262 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) {
499 void ASTDeclWriter::VisitDeclaratorDecl(DeclaratorDecl *D) {
    [all...]
ASTReaderDecl.cpp 303 void VisitDeclaratorDecl(DeclaratorDecl *DD);
458 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) {
460 DeclaratorDecl::ExtInfo *Info =
461 DD->DeclInfo.get<DeclaratorDecl::ExtInfo *>();
743 void ASTDeclReader::VisitDeclaratorDecl(DeclaratorDecl *DD) {
747 DeclaratorDecl::ExtInfo *Info
748 = new (Reader.getContext()) DeclaratorDecl::ExtInfo();
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/clang/include/clang/Sema/
Initialization.h 30 class DeclaratorDecl;
132 DeclaratorDecl *VariableOrMember;
359 DeclaratorDecl *getDecl() const;
    [all...]
  /external/clang/lib/Index/
IndexDecl.cpp 48 void handleDeclarator(const DeclaratorDecl *D,
  /external/clang/utils/ClangVisualizers/
clang.natvis 108 <DisplayString>Field {{{*(clang::DeclaratorDecl *)this,view(cpp)nd}}}</DisplayString>
438 <Type Name="clang::DeclaratorDecl">
446 <DisplayString>{*(DeclaratorDecl*)this,nd}</DisplayString>
448 <ExpandedItem>*(DeclaratorDecl*)this,nd</ExpandedItem>
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 170 if (const DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D))
  /external/clang/unittests/ASTMatchers/
ASTMatchersNodeTest.cpp 507 TEST(DeclaratorDecl, MatchesDeclaratorDecls) {
508 EXPECT_TRUE(matches("int x;", declaratorDecl()));
509 EXPECT_TRUE(notMatches("class A {};", declaratorDecl()));
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 161 REGISTER_MATCHER(declaratorDecl);
  /external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 239 SmallVectorImpl<const DeclaratorDecl*> &Decls) {
SemaAttr.cpp 249 DeclaratorDecl *Decl) {
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 210 Matcher<Decl> DeclDecl = declaratorDecl(hasTypeLoc(
  /external/clang/include/clang/AST/
Decl.h 646 class DeclaratorDecl : public ValueDecl {
664 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L,
768 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Decl.h 646 class DeclaratorDecl : public ValueDecl {
664 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L,
768 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Decl.h 636 class DeclaratorDecl : public ValueDecl {
654 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L,
758 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Decl.h 636 class DeclaratorDecl : public ValueDecl {
654 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L,
758 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Decl.h 649 class DeclaratorDecl : public ValueDecl {
667 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L,
771 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Decl.h 649 class DeclaratorDecl : public ValueDecl {
667 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L,
771 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Decl.h 649 class DeclaratorDecl : public ValueDecl {
667 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L,
771 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Decl.h 649 class DeclaratorDecl : public ValueDecl {
667 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L,
771 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Decl.h 646 class DeclaratorDecl : public ValueDecl {
664 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L,
768 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Decl.h 636 class DeclaratorDecl : public ValueDecl {
654 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L,
758 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Decl.h 636 class DeclaratorDecl : public ValueDecl {
654 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L,
758 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Decl.h 649 class DeclaratorDecl : public ValueDecl {
667 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L,
771 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
    [all...]

Completed in 905 milliseconds

1 2 3 4 56 7 8 91011>>