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.
80 const char *DeclContext::getDeclKindName() const {
156 const DeclContext *Decl::getParentFunctionOrMethod() const {
157 for (const DeclContext *DC = getDeclContext();
195 void Decl::setDeclContext(DeclContext *DC) {
199 void Decl::setLexicalDeclContext(DeclContext *DC) {
210 void Decl::setDeclContextsImpl(DeclContext *SemaDC, DeclContext *LexicalDC,
223 const DeclContext *DC = getDeclContext();
237 DeclContext *DC = getDeclContext()
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 10 // This file defines the Decl and DeclContext interfaces.
26 class DeclContext;
52 // DeclContext* is only 4-byte aligned on 32-bit systems.
54 class PointerLikeTypeTraits<clang::DeclContext*> {
55 typedef clang::DeclContext* PT;
199 /// DeclContext. These pointers form the linked list that is
200 /// traversed via DeclContext's decls_begin()/decls_end().
207 friend class DeclContext;
210 DeclContext *SemanticDC;
211 DeclContext *LexicalDC
    [all...]

Completed in 126 milliseconds