HomeSort by: relevance | last modified time | path
    Searched defs:Dcl (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 43 Decl *Dcl;
48 : Dcl(D), Releases(releases) { }
57 if (DE->getDecl() == Dcl)
93 clearRefsIn(info.Dcl, info.Refs);
114 clearUnavailableDiags(info.Dcl);
115 Pass.TA.removeStmt(info.Dcl);
174 info.Dcl = DclS;
419 DeclStmt *Dcl;
423 PoolVarInfo() : Dcl(nullptr) { }
Transforms.h 90 Decl *Dcl;
Transforms.cpp 223 ValueDecl *Dcl;
228 : Dcl(D), Refs(refs) { }
231 if (E->getDecl() == Dcl)
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexHigh.cpp 48 const Decl *Dcl;
59 Dcl = getCanonical(D);
60 getTopOverriddenMethods(TU, Dcl, TopMethods);
101 if (D == Dcl)
219 const Decl *Dcl = cxcursor::getCursorDecl(declCursor);
220 if (!Dcl)
223 FindFileIdRefVisitData data(TU, FID, Dcl,
227 if (const DeclContext *DC = Dcl->getParentFunctionOrMethod()) {
CXIndexDataConsumer.h 49 const NamedDecl *Dcl;
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTWriter.h 348 const Decl *Dcl;
357 DeclUpdate(unsigned Kind) : Kind(Kind), Dcl(nullptr) {}
358 DeclUpdate(unsigned Kind, const Decl *Dcl) : Kind(Kind), Dcl(Dcl) {}
369 const Decl *getDecl() const { return Dcl; }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 2102 Decl *Dcl = Decls[i];
2103 if (!Dcl)
2105 if (Dcl->getDeclContext()->isFileContext())
2106 Dcl->setTopLevelDeclInObjCContainer();
2107 DeclsInGroup.push_back(Dcl);
5203 // Parameter declarators cannot be qualified (C++ [dcl.meaning]p1).
SemaDecl.cpp 2347 // C++ [dcl.typedef]p2:
2354 // C++0x [dcl.typedef]p4:
2480 // C++11 [dcl.align]p6 and C11 6.7.5/7 both come close to saying this, but
2508 // C++11 [dcl.align]p6:
2727 // C++11 [dcl.align]p6:
2848 // [dcl.constinit]p1:
2985 // C++11 [dcl.attr.depend]p2:
3496 // per C++1y [dcl.type.auto]p13:
3613 // C++11 [dcl.attr.noreturn]p1:
3624 // C++11 [dcl.attr.depend]p2
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1673 Decl *Dcl;
1679 : P(parser), Dcl(D), HasCFunction(false) {
2999 // C++ 7: Declarations [dcl.dcl]
3008 /// is ill-formed by C++11 [dcl.attr.grammar]p6.

Completed in 101 milliseconds