HomeSort by relevance Sort by last modified time
    Searched refs:Dcl (Results 1 - 19 of 19) sorted by null

  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 44 Decl *Dcl;
49 : Dcl(D), Releases(releases) { }
58 if (DE->getDecl() == Dcl)
94 clearRefsIn(info.Dcl, info.Refs);
115 clearUnavailableDiags(info.Dcl);
116 Pass.TA.removeStmt(info.Dcl);
175 info.Dcl = DclS;
420 DeclStmt *Dcl;
424 PoolVarInfo() : Dcl(0) { }
TransGCAttrs.cpp 118 Attr.Dcl = D;
191 if (Attr.FullyMigratable && Attr.Dcl) {
349 if (Attr.Dcl) {
351 Attr.Dcl->dump();
Transforms.h 91 Decl *Dcl;
Transforms.cpp 226 ValueDecl *Dcl;
231 : Dcl(D), Refs(refs) { }
234 if (E->getDecl() == Dcl)
  /external/clang/tools/libclang/
CIndexHigh.cpp 49 const Decl *Dcl;
60 Dcl = getCanonical(D);
61 getTopOverriddenMethods(TU, Dcl, TopMethods);
102 if (D == Dcl)
222 const Decl *Dcl = cxcursor::getCursorDecl(declCursor);
223 if (!Dcl)
226 FindFileIdRefVisitData data(TU, FID, Dcl,
230 if (const DeclContext *DC = Dcl->getParentFunctionOrMethod()) {
IndexingContext.h 47 const NamedDecl *Dcl;
275 const Decl *Dcl;
277 RefFileOccurence(const FileEntry *File, const Decl *Dcl)
278 : File(File), Dcl(Dcl) { }
544 return DenseMapInfo<PairTy>::getHashValue(PairTy(S.File, S.Dcl));
549 return LHS.File == RHS.File && LHS.Dcl == RHS.Dcl;
Indexing.cpp 939 return Entity->IndexCtx->getClientEntity(Entity->Dcl);
947 Entity->IndexCtx->setClientEntity(Entity->Dcl, client);
    [all...]
IndexingContext.cpp 770 const NamedDecl *BaseD = BaseList.BaseEntities[i].Dcl;
921 EntityInfo.Dcl = D;
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 51 /// CheckDefaultArgumentVisitor - C++ [dcl.fct.default] Traverses
86 // C++ [dcl.fct.default]p9
98 // C++ [dcl.fct.default]p7
112 // C++ [dcl.fct.default]p8:
259 // C++ [dcl.fct.default]p5
368 // C++ [dcl.fct.default]p3
427 // C++ [dcl.fct.default]p4:
440 // C++ [dcl.fct.default]p6:
539 // C++ [dcl.fct.default]p6 (DR217):
583 // C++11 [dcl.constexpr]p1: If any declaration of a function or functio
    [all...]
SemaDeclObjC.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 277 void RewriteInterfaceDecl(ObjCInterfaceDecl *Dcl);
278 void RewriteImplementationDecl(Decl *Dcl);
285 void RewriteCategoryDecl(ObjCCategoryDecl *Dcl);
286 void RewriteProtocolDecl(ObjCProtocolDecl *Dcl);
295 void RewriteObjCQualifiedInterfaceTypes(Decl *Dcl);
    [all...]
RewriteModernObjC.cpp 317 void RewriteInterfaceDecl(ObjCInterfaceDecl *Dcl);
318 void RewriteImplementationDecl(Decl *Dcl);
325 void RewriteCategoryDecl(ObjCCategoryDecl *Dcl);
326 void RewriteProtocolDecl(ObjCProtocolDecl *Dcl);
335 void RewriteObjCQualifiedInterfaceTypes(Decl *Dcl);
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
ParseObjc.cpp     [all...]
ParseExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 383 milliseconds