HomeSort by relevance Sort by last modified time
    Searched refs:Decl (Results 376 - 400 of 1114) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Decl.h 1 //===--- Decl.h - Classes for representing declarations ---------*- C++ -*-===//
10 // This file defines the Decl subclasses.
80 class TranslationUnitDecl : public Decl, public DeclContext {
97 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
110 : public Decl,
122 : Decl(PragmaComment, TU, CommentLoc), CommentKind(CommentKind) {}
137 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
144 : public Decl,
156 : Decl(PragmaDetectMismatch, TU, Loc), ValueStart(ValueStart) {}
170 static bool classof(const Decl *D) { return classofKind(D->getKind());
    [all...]
DeclContextInternals.h 17 #include "clang/AST/Decl.h"
116 assert(I != Vec.end() && "list does not contain decl");
120 == Vec.end() && "list still contains decl");
134 [](Decl *D) { return D->isFromASTFile(); }),
162 /// HandleRedeclaration - If this is a redeclaration of an existing decl,
187 /// AddSubsequentDecl - This is called on the second and later decl when it is
193 // If this is the second decl added to the list, convert this to vector
218 else if (D->getIdentifierNamespace() & Decl::IDNS_Using) {
220 if (D->getIdentifierNamespace() != Decl::IDNS_Using) {
222 (*I)->getIdentifierNamespace() == Decl::IDNS_Using
    [all...]
LambdaCapture.h 18 #include "clang/AST/Decl.h"
43 // Decl could represent:
50 llvm::PointerIntPair<Decl*, 3> DeclAndBits;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Decl.h 1 //===--- Decl.h - Classes for representing declarations ---------*- C++ -*-===//
10 // This file defines the Decl subclasses.
80 class TranslationUnitDecl : public Decl, public DeclContext {
97 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
110 : public Decl,
122 : Decl(PragmaComment, TU, CommentLoc), CommentKind(CommentKind) {}
137 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
144 : public Decl,
156 : Decl(PragmaDetectMismatch, TU, Loc), ValueStart(ValueStart) {}
170 static bool classof(const Decl *D) { return classofKind(D->getKind());
    [all...]
DeclContextInternals.h 17 #include "clang/AST/Decl.h"
116 assert(I != Vec.end() && "list does not contain decl");
120 == Vec.end() && "list still contains decl");
134 [](Decl *D) { return D->isFromASTFile(); }),
162 /// HandleRedeclaration - If this is a redeclaration of an existing decl,
187 /// AddSubsequentDecl - This is called on the second and later decl when it is
193 // If this is the second decl added to the list, convert this to vector
218 else if (D->getIdentifierNamespace() & Decl::IDNS_Using) {
220 if (D->getIdentifierNamespace() != Decl::IDNS_Using) {
222 (*I)->getIdentifierNamespace() == Decl::IDNS_Using
    [all...]
LambdaCapture.h 18 #include "clang/AST/Decl.h"
43 // Decl could represent:
50 llvm::PointerIntPair<Decl*, 3> DeclAndBits;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Decl.h 1 //===--- Decl.h - Classes for representing declarations ---------*- C++ -*-===//
10 // This file defines the Decl subclasses.
80 class TranslationUnitDecl : public Decl, public DeclContext {
97 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
110 : public Decl,
122 : Decl(PragmaComment, TU, CommentLoc), CommentKind(CommentKind) {}
137 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
144 : public Decl,
156 : Decl(PragmaDetectMismatch, TU, Loc), ValueStart(ValueStart) {}
170 static bool classof(const Decl *D) { return classofKind(D->getKind());
    [all...]
DeclContextInternals.h 17 #include "clang/AST/Decl.h"
116 assert(I != Vec.end() && "list does not contain decl");
120 == Vec.end() && "list still contains decl");
134 [](Decl *D) { return D->isFromASTFile(); }),
162 /// HandleRedeclaration - If this is a redeclaration of an existing decl,
187 /// AddSubsequentDecl - This is called on the second and later decl when it is
193 // If this is the second decl added to the list, convert this to vector
218 else if (D->getIdentifierNamespace() & Decl::IDNS_Using) {
220 if (D->getIdentifierNamespace() != Decl::IDNS_Using) {
222 (*I)->getIdentifierNamespace() == Decl::IDNS_Using
    [all...]
LambdaCapture.h 18 #include "clang/AST/Decl.h"
43 // Decl could represent:
50 llvm::PointerIntPair<Decl*, 3> DeclAndBits;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Decl.h 1 //===--- Decl.h - Classes for representing declarations ---------*- C++ -*-===//
10 // This file defines the Decl subclasses.
80 class TranslationUnitDecl : public Decl, public DeclContext {
97 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
110 : public Decl,
122 : Decl(PragmaComment, TU, CommentLoc), CommentKind(CommentKind) {}
137 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
144 : public Decl,
156 : Decl(PragmaDetectMismatch, TU, Loc), ValueStart(ValueStart) {}
170 static bool classof(const Decl *D) { return classofKind(D->getKind());
    [all...]
DeclContextInternals.h 17 #include "clang/AST/Decl.h"
116 assert(I != Vec.end() && "list does not contain decl");
120 == Vec.end() && "list still contains decl");
134 [](Decl *D) { return D->isFromASTFile(); }),
162 /// HandleRedeclaration - If this is a redeclaration of an existing decl,
187 /// AddSubsequentDecl - This is called on the second and later decl when it is
193 // If this is the second decl added to the list, convert this to vector
218 else if (D->getIdentifierNamespace() & Decl::IDNS_Using) {
220 if (D->getIdentifierNamespace() != Decl::IDNS_Using) {
222 (*I)->getIdentifierNamespace() == Decl::IDNS_Using
    [all...]
LambdaCapture.h 18 #include "clang/AST/Decl.h"
43 // Decl could represent:
50 llvm::PointerIntPair<Decl*, 3> DeclAndBits;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Decl.h 1 //===--- Decl.h - Classes for representing declarations ---------*- C++ -*-===//
10 // This file defines the Decl subclasses.
80 class TranslationUnitDecl : public Decl, public DeclContext {
97 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
110 : public Decl,
122 : Decl(PragmaComment, TU, CommentLoc), CommentKind(CommentKind) {}
137 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
144 : public Decl,
156 : Decl(PragmaDetectMismatch, TU, Loc), ValueStart(ValueStart) {}
170 static bool classof(const Decl *D) { return classofKind(D->getKind());
    [all...]
DeclContextInternals.h 17 #include "clang/AST/Decl.h"
116 assert(I != Vec.end() && "list does not contain decl");
120 == Vec.end() && "list still contains decl");
134 [](Decl *D) { return D->isFromASTFile(); }),
162 /// HandleRedeclaration - If this is a redeclaration of an existing decl,
187 /// AddSubsequentDecl - This is called on the second and later decl when it is
193 // If this is the second decl added to the list, convert this to vector
218 else if (D->getIdentifierNamespace() & Decl::IDNS_Using) {
220 if (D->getIdentifierNamespace() != Decl::IDNS_Using) {
222 (*I)->getIdentifierNamespace() == Decl::IDNS_Using
    [all...]
LambdaCapture.h 18 #include "clang/AST/Decl.h"
43 // Decl could represent:
50 llvm::PointerIntPair<Decl*, 3> DeclAndBits;
  /external/clang/include/clang/AST/
DeclContextInternals.h 17 #include "clang/AST/Decl.h"
116 assert(I != Vec.end() && "list does not contain decl");
120 == Vec.end() && "list still contains decl");
134 std::mem_fun(&Decl::isFromASTFile)),
162 /// HandleRedeclaration - If this is a redeclaration of an existing decl,
187 /// AddSubsequentDecl - This is called on the second and later decl when it is
193 // If this is the second decl added to the list, convert this to vector
218 else if (D->getIdentifierNamespace() & Decl::IDNS_Using) {
220 if (D->getIdentifierNamespace() != Decl::IDNS_Using) {
222 (*I)->getIdentifierNamespace() == Decl::IDNS_Using
    [all...]
LambdaCapture.h 18 #include "clang/AST/Decl.h"
43 // Decl could represent:
50 llvm::PointerIntPair<Decl*, 3> DeclAndBits;
  /external/clang/lib/ARCMigrate/
Transforms.h 19 class Decl;
91 Decl *Dcl;
188 Decl *ParentD;
201 SaveAndRestore<Decl *> SetParent(ParentD, D);
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 17 #include "clang/AST/Decl.h"
246 void DisplayFunction(const Decl *D, AnalysisMode Mode,
310 getInliningModeForFunction(const Decl *D, const SetOfConstDecls &Visited);
322 void HandleCode(Decl *D, AnalysisMode Mode,
326 void RunPathSensitiveChecks(Decl *D,
329 void ActionExprEngine(Decl *D, bool ObjCGCEnabled,
337 bool VisitDecl(Decl *D) {
387 AnalysisMode getModeForDecl(Decl *D, AnalysisMode Mode);
419 static bool shouldSkipFunction(const Decl *D,
440 AnalysisConsumer::getInliningModeForFunction(const Decl *D
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclContextInternals.h 17 #include "clang/AST/Decl.h"
116 assert(I != Vec.end() && "list does not contain decl");
120 == Vec.end() && "list still contains decl");
134 [](Decl *D) { return D->isFromASTFile(); }),
162 /// HandleRedeclaration - If this is a redeclaration of an existing decl,
187 /// AddSubsequentDecl - This is called on the second and later decl when it is
193 // If this is the second decl added to the list, convert this to vector
218 else if (D->getIdentifierNamespace() & Decl::IDNS_Using) {
220 if (D->getIdentifierNamespace() != Decl::IDNS_Using) {
222 (*I)->getIdentifierNamespace() == Decl::IDNS_Using
    [all...]
LambdaCapture.h 18 #include "clang/AST/Decl.h"
43 // Decl could represent:
50 llvm::PointerIntPair<Decl*, 3> DeclAndBits;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclContextInternals.h 17 #include "clang/AST/Decl.h"
116 assert(I != Vec.end() && "list does not contain decl");
120 == Vec.end() && "list still contains decl");
134 [](Decl *D) { return D->isFromASTFile(); }),
162 /// HandleRedeclaration - If this is a redeclaration of an existing decl,
187 /// AddSubsequentDecl - This is called on the second and later decl when it is
193 // If this is the second decl added to the list, convert this to vector
218 else if (D->getIdentifierNamespace() & Decl::IDNS_Using) {
220 if (D->getIdentifierNamespace() != Decl::IDNS_Using) {
222 (*I)->getIdentifierNamespace() == Decl::IDNS_Using
    [all...]
LambdaCapture.h 18 #include "clang/AST/Decl.h"
43 // Decl could represent:
50 llvm::PointerIntPair<Decl*, 3> DeclAndBits;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclContextInternals.h 17 #include "clang/AST/Decl.h"
116 assert(I != Vec.end() && "list does not contain decl");
120 == Vec.end() && "list still contains decl");
134 [](Decl *D) { return D->isFromASTFile(); }),
162 /// HandleRedeclaration - If this is a redeclaration of an existing decl,
187 /// AddSubsequentDecl - This is called on the second and later decl when it is
193 // If this is the second decl added to the list, convert this to vector
218 else if (D->getIdentifierNamespace() & Decl::IDNS_Using) {
220 if (D->getIdentifierNamespace() != Decl::IDNS_Using) {
222 (*I)->getIdentifierNamespace() == Decl::IDNS_Using
    [all...]
LambdaCapture.h 18 #include "clang/AST/Decl.h"
43 // Decl could represent:
50 llvm::PointerIntPair<Decl*, 3> DeclAndBits;

Completed in 2962 milliseconds

<<11121314151617181920>>