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

  /external/clang/include/clang/AST/
GlobalDecl.h 1 //===--- GlobalDecl.h - Global declaration holder ---------------*- C++ -*-===//
10 // A GlobalDecl can hold either a regular variable/function or a C++ ctor/dtor
25 /// GlobalDecl - represents a global declaration. This can either be a
29 class GlobalDecl {
40 GlobalDecl() {}
42 GlobalDecl(const VarDecl *D) { Init(D);}
43 GlobalDecl(const FunctionDecl *D) { Init(D); }
44 GlobalDecl(const BlockDecl *D) { Init(D); }
45 GlobalDecl(const CapturedDecl *D) { Init(D); }
46 GlobalDecl(const ObjCMethodDecl *D) { Init(D);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
GlobalDecl.h 1 //===--- GlobalDecl.h - Global declaration holder ---------------*- C++ -*-===//
10 // A GlobalDecl can hold either a regular variable/function or a C++ ctor/dtor
25 /// GlobalDecl - represents a global declaration. This can either be a
29 class GlobalDecl {
40 GlobalDecl() {}
42 GlobalDecl(const VarDecl *D) { Init(D);}
43 GlobalDecl(const FunctionDecl *D) { Init(D); }
44 GlobalDecl(const BlockDecl *D) { Init(D); }
45 GlobalDecl(const CapturedDecl *D) { Init(D); }
46 GlobalDecl(const ObjCMethodDecl *D) { Init(D);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
GlobalDecl.h 1 //===--- GlobalDecl.h - Global declaration holder ---------------*- C++ -*-===//
10 // A GlobalDecl can hold either a regular variable/function or a C++ ctor/dtor
25 /// GlobalDecl - represents a global declaration. This can either be a
29 class GlobalDecl {
40 GlobalDecl() {}
42 GlobalDecl(const VarDecl *D) { Init(D);}
43 GlobalDecl(const FunctionDecl *D) { Init(D); }
44 GlobalDecl(const BlockDecl *D) { Init(D); }
45 GlobalDecl(const CapturedDecl *D) { Init(D); }
46 GlobalDecl(const ObjCMethodDecl *D) { Init(D);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
GlobalDecl.h 1 //===--- GlobalDecl.h - Global declaration holder ---------------*- C++ -*-===//
10 // A GlobalDecl can hold either a regular variable/function or a C++ ctor/dtor
25 /// GlobalDecl - represents a global declaration. This can either be a
29 class GlobalDecl {
40 GlobalDecl() {}
42 GlobalDecl(const VarDecl *D) { Init(D);}
43 GlobalDecl(const FunctionDecl *D) { Init(D); }
44 GlobalDecl(const BlockDecl *D) { Init(D); }
45 GlobalDecl(const CapturedDecl *D) { Init(D); }
46 GlobalDecl(const ObjCMethodDecl *D) { Init(D);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
GlobalDecl.h 1 //===--- GlobalDecl.h - Global declaration holder ---------------*- C++ -*-===//
10 // A GlobalDecl can hold either a regular variable/function or a C++ ctor/dtor
25 /// GlobalDecl - represents a global declaration. This can either be a
29 class GlobalDecl {
40 GlobalDecl() {}
42 GlobalDecl(const VarDecl *D) { Init(D);}
43 GlobalDecl(const FunctionDecl *D) { Init(D); }
44 GlobalDecl(const BlockDecl *D) { Init(D); }
45 GlobalDecl(const CapturedDecl *D) { Init(D); }
46 GlobalDecl(const ObjCMethodDecl *D) { Init(D);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
GlobalDecl.h 1 //===--- GlobalDecl.h - Global declaration holder ---------------*- C++ -*-===//
10 // A GlobalDecl can hold either a regular variable/function or a C++ ctor/dtor
25 /// GlobalDecl - represents a global declaration. This can either be a
29 class GlobalDecl {
40 GlobalDecl() {}
42 GlobalDecl(const VarDecl *D) { Init(D);}
43 GlobalDecl(const FunctionDecl *D) { Init(D); }
44 GlobalDecl(const BlockDecl *D) { Init(D); }
45 GlobalDecl(const CapturedDecl *D) { Init(D); }
46 GlobalDecl(const ObjCMethodDecl *D) { Init(D);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
GlobalDecl.h 1 //===--- GlobalDecl.h - Global declaration holder ---------------*- C++ -*-===//
10 // A GlobalDecl can hold either a regular variable/function or a C++ ctor/dtor
25 /// GlobalDecl - represents a global declaration. This can either be a
29 class GlobalDecl {
40 GlobalDecl() {}
42 GlobalDecl(const VarDecl *D) { Init(D);}
43 GlobalDecl(const FunctionDecl *D) { Init(D); }
44 GlobalDecl(const BlockDecl *D) { Init(D); }
45 GlobalDecl(const CapturedDecl *D) { Init(D); }
46 GlobalDecl(const ObjCMethodDecl *D) { Init(D);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
GlobalDecl.h 1 //===--- GlobalDecl.h - Global declaration holder ---------------*- C++ -*-===//
10 // A GlobalDecl can hold either a regular variable/function or a C++ ctor/dtor
25 /// GlobalDecl - represents a global declaration. This can either be a
29 class GlobalDecl {
40 GlobalDecl() {}
42 GlobalDecl(const VarDecl *D) { Init(D);}
43 GlobalDecl(const FunctionDecl *D) { Init(D); }
44 GlobalDecl(const BlockDecl *D) { Init(D); }
45 GlobalDecl(const CapturedDecl *D) { Init(D); }
46 GlobalDecl(const ObjCMethodDecl *D) { Init(D);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
GlobalDecl.h 1 //===--- GlobalDecl.h - Global declaration holder ---------------*- C++ -*-===//
10 // A GlobalDecl can hold either a regular variable/function or a C++ ctor/dtor
25 /// GlobalDecl - represents a global declaration. This can either be a
29 class GlobalDecl {
40 GlobalDecl() {}
42 GlobalDecl(const VarDecl *D) { Init(D);}
43 GlobalDecl(const FunctionDecl *D) { Init(D); }
44 GlobalDecl(const BlockDecl *D) { Init(D); }
45 GlobalDecl(const CapturedDecl *D) { Init(D); }
46 GlobalDecl(const ObjCMethodDecl *D) { Init(D);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
GlobalDecl.h 1 //===--- GlobalDecl.h - Global declaration holder ---------------*- C++ -*-===//
10 // A GlobalDecl can hold either a regular variable/function or a C++ ctor/dtor
25 /// GlobalDecl - represents a global declaration. This can either be a
29 class GlobalDecl {
40 GlobalDecl() {}
42 GlobalDecl(const VarDecl *D) { Init(D);}
43 GlobalDecl(const FunctionDecl *D) { Init(D); }
44 GlobalDecl(const BlockDecl *D) { Init(D); }
45 GlobalDecl(const CapturedDecl *D) { Init(D); }
46 GlobalDecl(const ObjCMethodDecl *D) { Init(D);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
GlobalDecl.h 1 //===--- GlobalDecl.h - Global declaration holder ---------------*- C++ -*-===//
10 // A GlobalDecl can hold either a regular variable/function or a C++ ctor/dtor
25 /// GlobalDecl - represents a global declaration. This can either be a
29 class GlobalDecl {
40 GlobalDecl() {}
42 GlobalDecl(const VarDecl *D) { Init(D);}
43 GlobalDecl(const FunctionDecl *D) { Init(D); }
44 GlobalDecl(const BlockDecl *D) { Init(D); }
45 GlobalDecl(const CapturedDecl *D) { Init(D); }
46 GlobalDecl(const ObjCMethodDecl *D) { Init(D);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
GlobalDecl.h 1 //===--- GlobalDecl.h - Global declaration holder ---------------*- C++ -*-===//
10 // A GlobalDecl can hold either a regular variable/function or a C++ ctor/dtor
25 /// GlobalDecl - represents a global declaration. This can either be a
29 class GlobalDecl {
40 GlobalDecl() {}
42 GlobalDecl(const VarDecl *D) { Init(D);}
43 GlobalDecl(const FunctionDecl *D) { Init(D); }
44 GlobalDecl(const BlockDecl *D) { Init(D); }
45 GlobalDecl(const CapturedDecl *D) { Init(D); }
46 GlobalDecl(const ObjCMethodDecl *D) { Init(D);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
GlobalDecl.h 1 //===--- GlobalDecl.h - Global declaration holder ---------------*- C++ -*-===//
10 // A GlobalDecl can hold either a regular variable/function or a C++ ctor/dtor
25 /// GlobalDecl - represents a global declaration. This can either be a
29 class GlobalDecl {
40 GlobalDecl() {}
42 GlobalDecl(const VarDecl *D) { Init(D);}
43 GlobalDecl(const FunctionDecl *D) { Init(D); }
44 GlobalDecl(const BlockDecl *D) { Init(D); }
45 GlobalDecl(const CapturedDecl *D) { Init(D); }
46 GlobalDecl(const ObjCMethodDecl *D) { Init(D);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
GlobalDecl.h 1 //===--- GlobalDecl.h - Global declaration holder ---------------*- C++ -*-===//
10 // A GlobalDecl can hold either a regular variable/function or a C++ ctor/dtor
25 /// GlobalDecl - represents a global declaration. This can either be a
29 class GlobalDecl {
40 GlobalDecl() {}
42 GlobalDecl(const VarDecl *D) { Init(D);}
43 GlobalDecl(const FunctionDecl *D) { Init(D); }
44 GlobalDecl(const BlockDecl *D) { Init(D); }
45 GlobalDecl(const CapturedDecl *D) { Init(D); }
46 GlobalDecl(const ObjCMethodDecl *D) { Init(D);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
GlobalDecl.h 1 //===--- GlobalDecl.h - Global declaration holder ---------------*- C++ -*-===//
10 // A GlobalDecl can hold either a regular variable/function or a C++ ctor/dtor
25 /// GlobalDecl - represents a global declaration. This can either be a
29 class GlobalDecl {
40 GlobalDecl() {}
42 GlobalDecl(const VarDecl *D) { Init(D);}
43 GlobalDecl(const FunctionDecl *D) { Init(D); }
44 GlobalDecl(const BlockDecl *D) { Init(D); }
45 GlobalDecl(const CapturedDecl *D) { Init(D); }
46 GlobalDecl(const ObjCMethodDecl *D) { Init(D);
    [all...]
  /external/clang/test/CodeGenCXX/
dllimport.cpp 46 // MSC-DAG: @"\01?GlobalDecl@@3HA" = external dllimport global i32
47 // GNU-DAG: @GlobalDecl = external dllimport global i32
48 __declspec(dllimport) int GlobalDecl;
49 USEVAR(GlobalDecl)
    [all...]
  /external/clang/test/SemaCXX/
dllimport.cpp 37 __declspec(dllimport) int GlobalDecl;
    [all...]

Completed in 468 milliseconds