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

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 532 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(TagDecl *, getDecl)
538 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(RecordDecl *, getDecl)
545 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(EnumDecl *, getDecl)
555 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(TemplateTypeParmDecl *, getDecl)
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 141 if (!dyn_cast_or_null<NamedDecl>(AC.getDecl()))
156 V.enterCFG(CFGraph, getDecl(), &CFGraph->getEntry());
238 const NamedDecl *getDecl() const {
239 return dyn_cast<NamedDecl>(ACtx->getDecl());
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTUnresolvedSet.h 59 if (I->getDecl() == Old) {
CanonicalType.h 532 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(TagDecl *, getDecl)
538 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(RecordDecl *, getDecl)
545 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(EnumDecl *, getDecl)
555 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(TemplateTypeParmDecl *, getDecl)
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 141 if (!dyn_cast_or_null<NamedDecl>(AC.getDecl()))
156 V.enterCFG(CFGraph, getDecl(), &CFGraph->getEntry());
238 const NamedDecl *getDecl() const {
239 return dyn_cast<NamedDecl>(ACtx->getDecl());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTUnresolvedSet.h 59 if (I->getDecl() == Old) {
CanonicalType.h 532 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(TagDecl *, getDecl)
538 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(RecordDecl *, getDecl)
545 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(EnumDecl *, getDecl)
555 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(TemplateTypeParmDecl *, getDecl)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 141 if (!dyn_cast_or_null<NamedDecl>(AC.getDecl()))
156 V.enterCFG(CFGraph, getDecl(), &CFGraph->getEntry());
238 const NamedDecl *getDecl() const {
239 return dyn_cast<NamedDecl>(ACtx->getDecl());
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 188 const Decl *RuntimeCallee = calleeCtx->getDecl();
189 const Decl *StaticDecl = Call->getDecl();
255 CallEvent::getDeclaredResultType(calleeCtx->getDecl());
366 const Decl *DI = SFC->getDecl();
620 if (Ctor.getDecl()->getParent()->hasTrivialDestructor())
736 if (CallEvent::isVariadic(CalleeADC->getDecl()))
742 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(CalleeADC->getDecl())) {
    [all...]
BugReporterVisitors.cpp 39 return DRE->getDecl()->getType()->isReferenceType();
322 if (const DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(DR->getDecl()))
432 if (DS->getSingleDecl() != VR->getDecl())
441 assert(VR->getDecl()->isStaticLocal() && "non-static stackless VarRegion");
445 assert(VR->getDecl()->hasLocalStorage());
466 InitE = VR->getDecl()->getInit();
510 const ParmVarDecl *Param = cast<ParmVarDecl>(VR->getDecl());
623 const ParmVarDecl *Param = cast<ParmVarDecl>(VR->getDecl());
889 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) {
    [all...]
  /external/clang/lib/ARCMigrate/
TransProtectedScope.cpp 34 if (ValueDecl *D = E->getDecl())
183 if (isInRange(DRE->getDecl()->getLocation(), info.Range) &&
TransZeroOutPropsInDealloc.cpp 54 if (!refE || refE->getDecl() != SelfD)
171 ObjCIvarDecl *IVDecl = IV->getDecl();
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 36 CXXRecordDecl *Record = cast<CXXRecordDecl>(RecordTy->getDecl());
43 return cast<InjectedClassNameType>(Ty)->getDecl();
58 return Tag->getDecl();
135 return RecordT->getDecl();
156 return Tag->getDecl();
236 if (enumType->getDecl()->isCompleteDefinition()) {
239 if (!hasVisibleDefinition(enumType->getDecl(), &SuggestedDef,
253 EnumDecl *ED = enumType->getDecl();
    [all...]
SemaCUDA.cpp 182 return dyn_cast<FunctionDecl>(item.getDecl());
258 CXXRecordDecl *BaseClassDecl = cast<CXXRecordDecl>(BaseType->getDecl());
302 CXXRecordDecl *FieldRecDecl = cast<CXXRecordDecl>(FieldType->getDecl());
  /external/clang/lib/StaticAnalyzer/Checkers/
NonNullParamChecker.cpp 49 const Decl *FD = Call.getDecl();
112 if (!UT || !UT->getDecl()->hasAttr<TransparentUnionAttr>())
CheckObjCDealloc.cpp 528 const ObjCIvarDecl *IvarDecl = IvarRegion->getDecl();
532 cast<ObjCMethodDecl>(LCtx->getDecl())->getClassInterface())
632 const ObjCIvarDecl *IvarDecl = IvarRegion->getDecl();
802 auto *MD = cast<ObjCMethodDecl>(LCtx->getDecl());
875 if (RemovedRegion->getDecl() == UnreleasedRegion->getDecl()) {
    [all...]
DynamicTypePropagation.cpp 176 recordFixedType(Target, Ctor->getDecl(), C);
192 const Decl *D = Dtor->getDecl();
212 const ObjCMethodDecl *D = Msg->getDecl();
265 const Decl *D = C.getLocationContext()->getDecl();
332 if (DRE->getDecl() == SFCtx->getSelfDecl()) {
333 if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(SFCtx->getDecl()))
630 if (isa<ObjCTypeParamDecl>(Type->getDecl())) {
    [all...]
DirectIvarAssignment.cpp 175 if (const ObjCIvarDecl *D = IvarRef->getDecl()) {
ObjCContainersASTChecker.cpp 145 BR.EmitBasicReport(AC->getDecl(), Checker, OsName.str(),
ObjCUnusedIVarsChecker.cpp 38 const ObjCIvarDecl *D = Ex->getDecl();
  /external/clang/lib/CodeGen/
TargetInfo.cpp 139 const CXXRecordDecl *RD = dyn_cast<CXXRecordDecl>(RT->getDecl());
157 const RecordDecl *UD = UT->getDecl();
434 if (isa<CXXRecordDecl>(RT->getDecl()))
447 const RecordDecl *RD = RT->getDecl();
476 const RecordDecl *RD = RT->getDecl();
631 Ty = EnumTy->getDecl()->getIntegerType();
646 RetTy = EnumTy->getDecl()->getIntegerType();
790 Ty = EnumTy->getDecl()->getIntegerType();
810 RetTy = EnumTy->getDecl()->getIntegerType();
    [all...]
CodeGenModule.cpp 284 const auto *D = cast<ValueDecl>(GD.getDecl());
647 if (const auto *CD = dyn_cast<CXXConstructorDecl>(CanonicalGD.getDecl())) {
660 const auto *ND = cast<NamedDecl>(GD.getDecl());
686 const Decl *D = GD.getDecl();
692 dyn_cast_or_null<VarDecl>(initializedGlobalDecl.getDecl()), Out);
755 const auto *D = cast<FunctionDecl>(GD.getDecl());
781 const auto *FD = cast<FunctionDecl>(GD.getDecl());
    [all...]
ItaniumCXXABI.cpp 75 if (isa<CXXDestructorDecl>(GD.getDecl())) {
89 if (isa<CXXConstructorDecl>(GD.getDecl())) {
408 return (isa<CXXConstructorDecl>(GD.getDecl()) || (
409 isa<CXXDestructorDecl>(GD.getDecl()) &&
442 return isa<CXXConstructorDecl>(GD.getDecl()) ||
443 (isa<CXXDestructorDecl>(GD.getDecl()) &&
528 cast<CXXRecordDecl>(MPT->getClass()->getAs<RecordType>()->getDecl());
    [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 314 argTy = ETy->getDecl()->getIntegerType();
331 argTy = ETy->getDecl()->getIntegerType();
909 const TypedefNameDecl *Typedef = cast<TypedefType>(QT)->getDecl();
935 Typedef = cast<TypedefType>(T)->getDecl();
LiveVariables.cpp 341 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) {
367 if (const VarDecl *D = dyn_cast<VarDecl>(DR->getDecl()))
390 VD = cast<VarDecl>(DR->getDecl());
434 if (isa<VarDecl>(DR->getDecl())) {

Completed in 2655 milliseconds

1 2 3 4 5 67 8 91011>>