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

  /external/clang/include/clang/Sema/
SemaInternal.h 227 DeclContext* DeclCtx;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 227 DeclContext* DeclCtx;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 227 DeclContext* DeclCtx;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 227 DeclContext* DeclCtx;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 227 DeclContext* DeclCtx;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 227 DeclContext* DeclCtx;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 227 DeclContext* DeclCtx;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 227 DeclContext* DeclCtx;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 227 DeclContext* DeclCtx;
  /external/clang/include/clang/AST/
DeclBase.h 232 /// DeclCtx - Holds either a DeclContext* or a MultipleDC*.
245 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx;
247 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); }
248 inline bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); }
250 return DeclCtx.get<MultipleDC*>();
253 return DeclCtx.get<DeclContext*>();
335 : NextInContextAndBits(), DeclCtx(DC),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclBase.h 234 /// DeclCtx - Holds either a DeclContext* or a MultipleDC*.
247 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx;
249 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); }
250 inline bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); }
252 return DeclCtx.get<MultipleDC*>();
255 return DeclCtx.get<DeclContext*>();
337 : NextInContextAndBits(), DeclCtx(DC),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclBase.h 234 /// DeclCtx - Holds either a DeclContext* or a MultipleDC*.
247 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx;
249 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); }
250 inline bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); }
252 return DeclCtx.get<MultipleDC*>();
255 return DeclCtx.get<DeclContext*>();
337 : NextInContextAndBits(), DeclCtx(DC),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclBase.h 234 /// DeclCtx - Holds either a DeclContext* or a MultipleDC*.
247 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx;
249 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); }
250 inline bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); }
252 return DeclCtx.get<MultipleDC*>();
255 return DeclCtx.get<DeclContext*>();
337 : NextInContextAndBits(), DeclCtx(DC),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h 234 /// DeclCtx - Holds either a DeclContext* or a MultipleDC*.
247 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx;
249 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); }
250 inline bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); }
252 return DeclCtx.get<MultipleDC*>();
255 return DeclCtx.get<DeclContext*>();
337 : NextInContextAndBits(), DeclCtx(DC),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclBase.h 234 /// DeclCtx - Holds either a DeclContext* or a MultipleDC*.
247 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx;
249 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); }
250 inline bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); }
252 return DeclCtx.get<MultipleDC*>();
255 return DeclCtx.get<DeclContext*>();
337 : NextInContextAndBits(), DeclCtx(DC),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclBase.h 234 /// DeclCtx - Holds either a DeclContext* or a MultipleDC*.
247 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx;
249 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); }
250 inline bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); }
252 return DeclCtx.get<MultipleDC*>();
255 return DeclCtx.get<DeclContext*>();
337 : NextInContextAndBits(), DeclCtx(DC),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclBase.h 234 /// DeclCtx - Holds either a DeclContext* or a MultipleDC*.
247 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx;
249 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); }
250 inline bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); }
252 return DeclCtx.get<MultipleDC*>();
255 return DeclCtx.get<DeclContext*>();
337 : NextInContextAndBits(), DeclCtx(DC),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h 234 /// DeclCtx - Holds either a DeclContext* or a MultipleDC*.
247 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx;
249 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); }
250 inline bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); }
252 return DeclCtx.get<MultipleDC*>();
255 return DeclCtx.get<DeclContext*>();
337 : NextInContextAndBits(), DeclCtx(DC),
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 439 milliseconds