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.
91 const char *DeclContext::getDeclKindName() const {
167 const DeclContext *Decl::getParentFunctionOrMethod() const {
168 for (const DeclContext *DC = getDeclContext();
209 void Decl::setDeclContext(DeclContext *DC) {
213 void Decl::setLexicalDeclContext(DeclContext *DC) {
224 void Decl::setDeclContextsImpl(DeclContext *SemaDC, DeclContext *LexicalDC,
237 const DeclContext *DC = getDeclContext();
251 DeclContext *DC = getDeclContext()
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 10 // This file defines the Decl and DeclContext interfaces.
30 class DeclContext;
56 // DeclContext* is only 4-byte aligned on 32-bit systems.
58 class PointerLikeTypeTraits<clang::DeclContext*> {
59 typedef clang::DeclContext* PT;
203 /// DeclContext. These pointers form the linked list that is
204 /// traversed via DeclContext's decls_begin()/decls_end().
211 friend class DeclContext;
214 DeclContext *SemanticDC;
215 DeclContext *LexicalDC
    [all...]

Completed in 39 milliseconds