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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/AST/
DeclAccessPair.h 42 NamedDecl *getDecl() const {
53 set(getDecl(), AS);
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl(); }
GlobalDecl.h 62 const Decl *getDecl() const { return Value.getPointer(); }
65 assert(isa<CXXConstructorDecl>(getDecl()) && "Decl is not a ctor!");
70 assert(isa<CXXDestructorDecl>(getDecl()) && "Decl is not a dtor!");
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclAccessPair.h 42 NamedDecl *getDecl() const {
53 set(getDecl(), AS);
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl(); }
GlobalDecl.h 62 const Decl *getDecl() const { return Value.getPointer(); }
65 assert(isa<CXXConstructorDecl>(getDecl()) && "Decl is not a ctor!");
70 assert(isa<CXXDestructorDecl>(getDecl()) && "Decl is not a dtor!");
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclAccessPair.h 42 NamedDecl *getDecl() const {
53 set(getDecl(), AS);
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl(); }
GlobalDecl.h 62 const Decl *getDecl() const { return Value.getPointer(); }
65 assert(isa<CXXConstructorDecl>(getDecl()) && "Decl is not a ctor!");
70 assert(isa<CXXDestructorDecl>(getDecl()) && "Decl is not a dtor!");
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclAccessPair.h 42 NamedDecl *getDecl() const {
53 set(getDecl(), AS);
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclAccessPair.h 42 NamedDecl *getDecl() const {
53 set(getDecl(), AS);
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl(); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclAccessPair.h 42 NamedDecl *getDecl() const {
53 set(getDecl(), AS);
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl(); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclAccessPair.h 42 NamedDecl *getDecl() const {
53 set(getDecl(), AS);
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl(); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclAccessPair.h 42 NamedDecl *getDecl() const {
53 set(getDecl(), AS);
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclAccessPair.h 42 NamedDecl *getDecl() const {
53 set(getDecl(), AS);
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl(); }
  /external/clang/include/clang/Analysis/Analyses/
PseudoConstantAnalysis.h 33 inline static const Decl *getDecl(const Expr *E);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
PseudoConstantAnalysis.h 33 inline static const Decl *getDecl(const Expr *E);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
PseudoConstantAnalysis.h 33 inline static const Decl *getDecl(const Expr *E);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
PseudoConstantAnalysis.h 33 inline static const Decl *getDecl(const Expr *E);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
PseudoConstantAnalysis.h 33 inline static const Decl *getDecl(const Expr *E);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
PseudoConstantAnalysis.h 33 inline static const Decl *getDecl(const Expr *E);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
PseudoConstantAnalysis.h 33 inline static const Decl *getDecl(const Expr *E);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
PseudoConstantAnalysis.h 33 inline static const Decl *getDecl(const Expr *E);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
PseudoConstantAnalysis.h 33 inline static const Decl *getDecl(const Expr *E);
  /external/clang/lib/Analysis/
PseudoConstantAnalysis.cpp 67 const Decl *PseudoConstantAnalysis::getDecl(const Expr *E) {
69 return DR->getDecl();
94 const Decl *LHSDecl = getDecl(BO->getLHS()->IgnoreParenCasts());
105 const Decl *RHSDecl = getDecl(BO->getRHS()->IgnoreParenCasts());
140 const Decl *D = getDecl(UO->getSubExpr()->IgnoreParenCasts());
183 const Decl *D = getDecl(VD->getInit()->IgnoreParenCasts());
200 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) {
  /external/clang/lib/StaticAnalyzer/Core/
CheckerHelpers.cpp 37 if (DR && isa<EnumConstantDecl>(DR->getDecl()))
52 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl()))
86 VD = dyn_cast_or_null<VarDecl>(DE->getDecl());
  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 50 if (declRef && isa<VarDecl>(declRef->getDecl())) {
55 VarDecl *var = cast<VarDecl>(declRef->getDecl());
  /external/clang/lib/StaticAnalyzer/Checkers/
BoolAssignmentChecker.cpp 47 return TT->getDecl()->getName() == "BOOL" || // Objective-C
48 TT->getDecl()->getName() == "_Bool" || // stdbool.h < C99
49 TT->getDecl()->getName() == "Boolean"; // MacTypes.h

Completed in 962 milliseconds

1 2 3 4 5 6 7 8 91011>>