HomeSort by relevance Sort by last modified time
    Searched defs:DeclContext (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
DeclBase.cpp 10 // This file implements the Decl and DeclContext classes.
67 DeclContext *Parent, std::size_t Extra) {
97 const char *DeclContext::getDeclKindName() const {
174 const DeclContext *Decl::getParentFunctionOrMethod() const {
175 for (const DeclContext *DC = getDeclContext();
216 void Decl::setDeclContext(DeclContext *DC) {
220 void Decl::setLexicalDeclContext(DeclContext *DC) {
231 void Decl::setDeclContextsImpl(DeclContext *SemaDC, DeclContext *LexicalDC,
244 const DeclContext *DC = getDeclContext()
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 10 // This file defines the Decl and DeclContext interfaces.
30 class DeclContext;
196 /// DeclContext. These pointers form the linked list that is
197 /// traversed via DeclContext's decls_begin()/decls_end().
204 friend class DeclContext;
207 DeclContext *SemanticDC;
208 DeclContext *LexicalDC;
212 /// DeclCtx - Holds either a DeclContext* or a MultipleDC*.
214 /// the DeclContext where the Decl was declared.
225 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx
    [all...]

Completed in 112 milliseconds