HomeSort by relevance Sort by last modified time
    Searched refs:castToDeclContext (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h 95 static DeclContext *castToDeclContext(const TranslationUnitDecl *D) {
456 static DeclContext *castToDeclContext(const NamespaceDecl *D) {
    [all...]
DeclObjC.h 493 static DeclContext *castToDeclContext(const ObjCMethodDecl *D) {
631 static DeclContext *castToDeclContext(const ObjCContainerDecl *D) {
    [all...]
DeclCXX.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 412 << D.getStackSize() << Decl::castToDeclContext(ND);
  /external/clang/lib/AST/
DeclBase.cpp 641 DeclContext *Decl::castToDeclContext(const Decl *D) {
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]

Completed in 130 milliseconds