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

1 2 3 4 5

  /external/clang/lib/AST/
InheritViz.cpp 17 #include "clang/AST/Decl.h"
94 const CXXRecordDecl *Decl
96 for (const auto &Base : Decl->bases()) {
  /tools/dexter/slicer/
dex_ir.cc 59 method_key.class_descriptor = method->decl->parent->descriptor;
60 method_key.method_name = method->decl->name;
61 method_key.prototype = method->decl->prototype;
72 return method_key.class_descriptor == method->decl->parent->descriptor &&
73 method_key.method_name == method->decl->name &&
74 method_key.prototype == method->decl->prototype;
78 std::string Type::Decl() const {
165 SLICER_CHECK(a->decl->index != b->decl->index || a == b);
166 return a->decl->index < b->decl->index
    [all...]
  /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);
  /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...]
  /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);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/MCParser/
MCAsmParser.h 50 void *Decl;
54 void *Decl;
73 void setLabel(void *decl) {
76 Label.Decl = decl;
78 void setVar(void *decl, bool isGlobalLV, unsigned size, unsigned type) {
81 Var.Decl = decl;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/MCParser/
MCAsmParser.h 50 void *Decl;
54 void *Decl;
73 void setLabel(void *decl) {
76 Label.Decl = decl;
78 void setVar(void *decl, bool isGlobalLV, unsigned size, unsigned type) {
81 Var.Decl = decl;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/MCParser/
MCAsmParser.h 50 void *Decl;
54 void *Decl;
73 void setLabel(void *decl) {
76 Label.Decl = decl;
78 void setVar(void *decl, bool isGlobalLV, unsigned size, unsigned type) {
81 Var.Decl = decl;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/MCParser/
MCAsmParser.h 50 void *Decl;
54 void *Decl;
73 void setLabel(void *decl) {
76 Label.Decl = decl;
78 void setVar(void *decl, bool isGlobalLV, unsigned size, unsigned type) {
81 Var.Decl = decl;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/MCParser/
MCAsmParser.h 50 void *Decl;
54 void *Decl;
73 void setLabel(void *decl) {
76 Label.Decl = decl;
78 void setVar(void *decl, bool isGlobalLV, unsigned size, unsigned type) {
81 Var.Decl = decl;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/MCParser/
MCAsmParser.h 50 void *Decl;
54 void *Decl;
73 void setLabel(void *decl) {
76 Label.Decl = decl;
78 void setVar(void *decl, bool isGlobalLV, unsigned size, unsigned type) {
81 Var.Decl = decl;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/MCParser/
MCAsmParser.h 50 void *Decl;
54 void *Decl;
73 void setLabel(void *decl) {
76 Label.Decl = decl;
78 void setVar(void *decl, bool isGlobalLV, unsigned size, unsigned type) {
81 Var.Decl = decl;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/MCParser/
MCAsmParser.h 50 void *Decl;
54 void *Decl;
73 void setLabel(void *decl) {
76 Label.Decl = decl;
78 void setVar(void *decl, bool isGlobalLV, unsigned size, unsigned type) {
81 Var.Decl = decl;
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 170 return DeprecationData.Decl;
214 const NamedDecl *Decl;
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.y 199 %type <any> DeclList Decl
312 DeclList : DeclList Decl
317 Decl : OptMergeMode VarDecl
  /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/darwin-x86/clang-4393122/include/clang/Sema/
DelayedDiagnostic.h 169 return AvailabilityData.Decl;
216 const NamedDecl *Decl;
  /prebuilts/clang/host/darwin-x86/clang-4479392/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/clang/host/linux-x86/clang-4393122/include/clang/Sema/
DelayedDiagnostic.h 169 return AvailabilityData.Decl;
216 const NamedDecl *Decl;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
DelayedDiagnostic.h 169 return AvailabilityData.Decl;
216 const NamedDecl *Decl;

Completed in 578 milliseconds

1 2 3 4 5