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

<<11121314151617181920

  /external/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp 656 const Decl *D = C.getCurrentAnalysisDeclContext()->getDecl();
    [all...]
CallAndMessageChecker.cpp 239 const RecordDecl *RD = RT->getDecl()->getDefinition();
391 const Decl *D = Call.getDecl();
MacOSKeychainAPIChecker.cpp 164 const ValueDecl *VD = DRE->getDecl();
541 AllocNode->getLocationContext()->getDecl());
BasicObjCFoundationChecks.cpp 699 const ObjCMethodDecl *MD = msg.getDecl();
    [all...]
UnixAPIChecker.cpp 193 os << " the local variable '" << VR->getDecl()->getName() << '\'';
  /external/clang/lib/Sema/
SemaChecking.cpp 257 << DRE->getDecl()->getIdentifier();
499 getOpenCLArgAccess(cast<DeclRefExpr>(Arg0)->getDecl());
    [all...]
SemaOpenMP.cpp 589 auto &Data = Stack.back().SharingMap[PrivateCopy->getDecl()];
    [all...]
SemaType.cpp     [all...]
SemaExpr.cpp 119 D = TT->getDecl();
530 if (auto *FD = dyn_cast<FunctionDecl>(DRE->getDecl()))
577 const ObjCIvarDecl *IV = OIRE->getDecl();
    [all...]
SemaStmt.cpp 716 if (const VarDecl *VD = dyn_cast<VarDecl>(DRE->getDecl())) {
    [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ASTImporter.cpp 683 cast<UnresolvedUsingType>(T1)->getDecl(),
684 cast<UnresolvedUsingType>(T2)->getDecl()))
709 cast<TypedefType>(T1)->getDecl(),
710 cast<TypedefType>(T2)->getDecl()))
752 cast<TagType>(T1)->getDecl(),
753 cast<TagType>(T2)->getDecl()))
    [all...]
ItaniumMangle.cpp     [all...]
ExprClassification.cpp 209 return isa<FunctionDecl>(cast<DeclRefExpr>(E)->getDecl())
211 return ClassifyDecl(Ctx, cast<DeclRefExpr>(E)->getDecl());
  /external/clang/include/clang/Serialization/
ASTWriter.h 162 Decl *getDecl() const {
336 const Decl *getDecl() const { return Dcl; }
    [all...]
  /external/clang/lib/Analysis/
ReachableCode.cpp 38 return isa<EnumConstantDecl>(DR->getDecl());
188 return isConfigurationValue(cast<DeclRefExpr>(S)->getDecl(), PP);
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 181 L->getDecl(),
304 LC->getDecl(),
RegionStore.cpp 750 return FR->getDecl()->getParent()->isUnion();
764 Fields.push_back(FR->getDecl());
820 if (FR->getDecl()->isBitField())
821 Length = FR->getDecl()->getBitWidthValue(SVB.getContext());
    [all...]
  /external/v8/tools/clang/blink_gc_plugin/
RecordInfo.cpp 124 base = cast_or_null<CXXRecordDecl>(type->getDecl()->getDefinition());
590 std::string typeName = typedefType->getDecl()->getNameAsString();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 142 const Decl &getCodeDecl() const { return *getLocationContext()->getDecl(); }
  /external/clang/tools/libclang/
CXCursor.cpp 469 dyn_cast_or_null<ImplicitParamDecl>(cast<DeclRefExpr>(S)->getDecl())) {
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 141 if (IsExternalVMState(expr->getDecl())) AddCallee("CollectGarbage");
685 llvm::cast<clang::DeclRefExpr>(expr)->getDecl()->getNameAsString();
784 return Use(expr, expr->getDecl(), env);
1122 llvm::dyn_cast_or_null<clang::CXXRecordDecl>(pointee->getDecl());
    [all...]
  /frameworks/compile/slang/
slang_rs_foreach_lowering.cpp 68 clang::dyn_cast<clang::FunctionDecl>(DRE->getDecl());
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 141 const Decl &getCodeDecl() const { return *getLocationContext()->getDecl(); }

Completed in 441 milliseconds

<<11121314151617181920