HomeSort by relevance Sort by last modified time
    Searched defs:Dcl (Results 1 - 11 of 11) 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(nullptr) { }
Transforms.h 91 Decl *Dcl;
Transforms.cpp 232 ValueDecl *Dcl;
237 : Dcl(D), Refs(refs) { }
240 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;
  /external/clang/include/clang/Serialization/
ASTWriter.h 291 const Decl *Dcl;
298 DeclUpdate(unsigned Kind) : Kind(Kind), Dcl(nullptr) {}
299 DeclUpdate(unsigned Kind, const Decl *Dcl) : Kind(Kind), Dcl(Dcl) {}
308 const Decl *getDecl() const { return Dcl; }
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaDecl.cpp     [all...]
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:
257 // C++ [dcl.fct.default]p5
362 // C++ [dcl.fct.default]p3
421 // C++ [dcl.fct.default]p4:
434 // C++ [dcl.fct.default]p6:
542 // C++ [dcl.fct.default]p6 (DR217):
587 // C++11 [dcl.constexpr]p1: If any declaration of a function or functio
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 156 milliseconds