HomeSort by relevance Sort by last modified time
    Searched full:objccompatiblealiasdecl (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/test/Misc/
ast-dump-decl.m 94 // CHECK: ObjCCompatibleAliasDecl{{.*}} TestObjCCompatibleAliasDecl
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
DeclPrinter.cpp 78 void VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D);
    [all...]
ASTDumper.cpp 296 void VisitObjCCompatibleAliasDecl(const ObjCCompatibleAliasDecl *D);
    [all...]
Decl.cpp     [all...]
  /external/clang/tools/libclang/
CursorVisitor.h 229 // FIXME: ObjCCompatibleAliasDecl requires aliased-class locations.
CIndex.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.h 146 virtual void RegisterAlias(const ObjCCompatibleAliasDecl *OAD) = 0;
CGObjCGNU.cpp 509 void RegisterAlias(const ObjCCompatibleAliasDecl *OAD) override;
    [all...]
CGObjCMac.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 129 void VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D);
602 void ASTDeclWriter::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D) {
    [all...]
ASTReaderDecl.cpp 333 void VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *D);
    [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 666 ObjCCompatibleAliasDecl *AliasDecl =
667 ObjCCompatibleAliasDecl::Create(Context, CurContext, AtLoc, AliasName, CDecl);
    [all...]
SemaDecl.cpp 780 isa<ObjCCompatibleAliasDecl>(UnderlyingFirstDecl))) {
    [all...]
  /external/libcxxabi/test/
test_demangle.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_demangle.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 135 class ObjCCompatibleAliasDecl;
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/bin/
clang 
clang++ 
  /prebuilts/clang/linux-x86/host/3.5/bin/
clang 

Completed in 2538 milliseconds

1 2