HomeSort by relevance Sort by last modified time
    Searched defs:Decl (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/clang/lib/AST/
InheritViz.cpp 17 #include "clang/AST/Decl.h"
94 const CXXRecordDecl *Decl
96 for (const auto &Base : Decl->bases()) {
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypeChecker.cpp 155 const ObjCInterfaceDecl *Decl = ObjPtr->getInterfaceDecl();
156 if (!Decl)
159 return Decl->getDefinition();
  /external/clang/utils/
modfuzz.py 15 class Decl:
37 Decl('struct X { int n; };\n', provides=['X'], conflicts=['X']),
38 Decl('static_assert(X{.n=1}.n == 1, "");\n', depends=['X']),
39 Decl('X %(name)s;\n', depends=['X']),
147 d = random.choice([decl for decl in decls if decl.valid(model)])
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 43 clang::FunctionDecl *Decl;
44 Decl = clang::dyn_cast_or_null<clang::FunctionDecl>(E->getCalleeDecl());
46 if (!Decl || Decl->getNameAsString() != std::string("rsSetElementAt")) {
225 // Only check the initializer if the decl is already ok.
slang_rs_export_reduce.cpp 172 for (auto Decl : TUDecl->lookup(II)) {
173 clang::FunctionDecl *FDecl = Decl->getAsFunction();
681 clang::VarDecl *const Decl;
696 S.RSC.ReportError(ResultInfo.Decl->getLocation(),
699 << ResultInfo.Decl->getName() << ResultInfo.QType.getAsString()
702 S.RSC.ReportError(ResultInfo.Decl->getLocation(),
705 << ResultInfo.Decl->getName() << ResultInfo.QType.getAsString()
708 S.RSC.ReportError(ResultInfo.Decl->getLocation(),
711 << ResultInfo.Decl->getName() << ResultInfo.QType.getAsString()
714 ResultInfo.Decl, ResultInfo.Decl->getLocStart()
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 160 REGISTER_MATCHER(decl);
464 ASTNodeKind::getFromNodeKind<Decl>(),
523 std::string Decl;
524 llvm::raw_string_ostream OS(Decl);
Parser.cpp 455 std::string Decl =
457 Result.emplace_back(Entry.getKey(), Decl, Specificity);
  /external/clang/lib/CodeGen/
CGDebugInfo.h 83 llvm::DIType *Decl;
85 ObjCInterfaceCacheEntry(const ObjCInterfaceType *Type, llvm::DIType *Decl,
87 : Type(Type), Decl(Decl), Unit(Unit) {}
110 llvm::DenseMap<const Decl *, llvm::TrackingMDRef> RegionMap;
125 llvm::DenseMap<const Decl *, llvm::TrackingMDRef> DeclCache;
129 llvm::DenseMap<const Decl *, llvm::TypedTrackingMDRef<llvm::DIDerivedType>>
190 getOrCreateFunctionType(const Decl *D, QualType FnType, llvm::DIFile *F);
193 /// \return namespace descriptor for the given namespace decl.
208 void CollectCXXMemberFunctions(const CXXRecordDecl *Decl, llvm::DIFile *F
    [all...]
CGExprConstant.cpp 421 BaseInfo(const CXXRecordDecl *Decl, CharUnits Offset, unsigned Index)
422 : Decl(Decl), Offset(Offset), Index(Index) {
425 const CXXRecordDecl *Decl;
465 bool IsPrimaryBase = Layout.getPrimaryBase() == Base.Decl;
466 Build(Val.getStructBase(Base.Index), Base.Decl, IsPrimaryBase,
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 138 Constant *Decl = EP.get(ARCRuntimeEntryPointKind::RetainRV);
139 cast<CallInst>(Retain)->setCalledFunction(Decl);
184 Constant *Decl = EP.get(Class == ARCInstKind::AutoreleaseRV
187 Retain->setCalledFunction(Decl);
385 Constant *Decl = EP.get(ARCRuntimeEntryPointKind::StoreStrong);
386 CallInst *StoreStrong = CallInst::Create(Decl, Args, "", Store);
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 170 return DeprecationData.Decl;
214 const NamedDecl *Decl;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
DelayedDiagnostic.h 169 return AvailabilityData.Decl;
216 const NamedDecl *Decl;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
DelayedDiagnostic.h 169 return AvailabilityData.Decl;
216 const NamedDecl *Decl;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
DelayedDiagnostic.h 169 return AvailabilityData.Decl;
216 const NamedDecl *Decl;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DelayedDiagnostic.h 169 return AvailabilityData.Decl;
216 const NamedDecl *Decl;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
DelayedDiagnostic.h 169 return AvailabilityData.Decl;
216 const NamedDecl *Decl;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
DelayedDiagnostic.h 169 return AvailabilityData.Decl;
216 const NamedDecl *Decl;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
DelayedDiagnostic.h 169 return AvailabilityData.Decl;
216 const NamedDecl *Decl;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DelayedDiagnostic.h 169 return AvailabilityData.Decl;
216 const NamedDecl *Decl;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes.go 40 DeclList []Decl
49 Decl interface {
60 decl
71 decl
80 decl
91 decl
106 decl
110 type decl struct{ node } type
112 func (*decl) aDecl() {}
340 DeclList []Decl
    [all...]
  /prebuilts/go/darwin-x86/src/go/ast/
ast.go 52 // All declaration nodes implement the Decl interface.
53 type Decl interface {
560 Decl Decl // *GenDecl with CONST, TYPE, or VAR token
714 func (s *DeclStmt) Pos() token.Pos { return s.Decl.Pos() }
736 func (s *DeclStmt) End() token.Pos { return s.Decl.End() }
954 // assigned to a Decl.
973 Decls []Decl // top-level declarations; or nil
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
nodes.go 40 DeclList []Decl
49 Decl interface {
60 decl
71 decl
80 decl
91 decl
106 decl
110 type decl struct{ node } type
112 func (*decl) aDecl() {}
340 DeclList []Decl
    [all...]
  /prebuilts/go/linux-x86/src/go/ast/
ast.go 52 // All declaration nodes implement the Decl interface.
53 type Decl interface {
560 Decl Decl // *GenDecl with CONST, TYPE, or VAR token
714 func (s *DeclStmt) Pos() token.Pos { return s.Decl.Pos() }
736 func (s *DeclStmt) End() token.Pos { return s.Decl.End() }
954 // assigned to a Decl.
973 Decls []Decl // top-level declarations; or nil
  /external/clang/lib/Parse/
ParseTemplate.cpp 27 Decl *
60 Decl *
116 SmallVector<Decl*, 4> TemplateParams;
171 Decl *
215 Decl *Decl = Actions.ParsedFreeStandingDeclSpec(
223 DS.complete(Decl);
224 return Decl;
303 Decl *ThisDecl = ParseDeclarationAfterDeclarator(DeclaratorInfo,
331 SmallVectorImpl<Decl*> &TemplateParams
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp 134 Ice::GlobalDeclaration *Decl = getConverter().getGlobalDeclaration(GV);
136 if (const auto *Func = llvm::dyn_cast<Ice::FunctionDeclaration>(Decl))
138 else if (const auto *Var = llvm::dyn_cast<Ice::VariableDeclaration>(Decl))
143 return Ctx->getConstantExternSym(Decl->getName());
147 Offset, Ctx->getGlobalString(Decl->getName().toString()));
    [all...]

Completed in 476 milliseconds

1 2 3