HomeSort by relevance Sort by last modified time
    Searched refs:getTypePtrOrNull (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/clang/tools/libclang/
CXType.cpp 68 const Type *TP = T.getTypePtrOrNull();
353 const Type *TP = T.getTypePtrOrNull();
387 const Type *TP = T.getTypePtrOrNull();
418 TP = cast<AutoType>(TP)->getDeducedType().getTypePtrOrNull();
430 TP = cast<ElaboratedType>(TP)->getNamedType().getTypePtrOrNull();
621 const Type *TP = T.getTypePtrOrNull();
653 const Type *TP = T.getTypePtrOrNull();
673 const Type *TP = T.getTypePtrOrNull();
699 const Type *TP = T.getTypePtrOrNull();
736 const Type *TP = T.getTypePtrOrNull();
    [all...]
CIndexCodeCompletion.cpp 600 const Type *type = baseType.getTypePtrOrNull();
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 75 const T *getTypePtrOrNull() const {
76 return cast_or_null<T>(Stored.getTypePtrOrNull());
240 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 75 const T *getTypePtrOrNull() const {
76 return cast_or_null<T>(Stored.getTypePtrOrNull());
240 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
CanonicalType.h 75 const T *getTypePtrOrNull() const {
76 return cast_or_null<T>(Stored.getTypePtrOrNull());
240 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
CanonicalType.h 75 const T *getTypePtrOrNull() const {
76 return cast_or_null<T>(Stored.getTypePtrOrNull());
240 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
CanonicalType.h 75 const T *getTypePtrOrNull() const {
76 return cast_or_null<T>(Stored.getTypePtrOrNull());
240 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
CanonicalType.h 75 const T *getTypePtrOrNull() const {
76 return cast_or_null<T>(Stored.getTypePtrOrNull());
240 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
CanonicalType.h 75 const T *getTypePtrOrNull() const {
76 return cast_or_null<T>(Stored.getTypePtrOrNull());
240 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
CanonicalType.h 75 const T *getTypePtrOrNull() const {
76 return cast_or_null<T>(Stored.getTypePtrOrNull());
240 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 75 const T *getTypePtrOrNull() const {
76 return cast_or_null<T>(Stored.getTypePtrOrNull());
240 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
CanonicalType.h 75 const T *getTypePtrOrNull() const {
76 return cast_or_null<T>(Stored.getTypePtrOrNull());
240 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
CanonicalType.h 75 const T *getTypePtrOrNull() const {
76 return cast_or_null<T>(Stored.getTypePtrOrNull());
240 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
CanonicalType.h 75 const T *getTypePtrOrNull() const {
76 return cast_or_null<T>(Stored.getTypePtrOrNull());
240 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
CanonicalType.h 75 const T *getTypePtrOrNull() const {
76 return cast_or_null<T>(Stored.getTypePtrOrNull());
240 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
CanonicalType.h 75 const T *getTypePtrOrNull() const {
76 return cast_or_null<T>(Stored.getTypePtrOrNull());
240 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
CanonicalType.h 75 const T *getTypePtrOrNull() const {
76 return cast_or_null<T>(Stored.getTypePtrOrNull());
240 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
  /external/v8/tools/clang/blink_gc_plugin/
RecordInfo.cpp 424 edge = CreateEdge(field->getType().getTypePtrOrNull());
614 if (Edge* ptr = CreateEdge(type->getPointeeType().getTypePtrOrNull()))
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 514 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 514 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 533 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 533 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 533 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 533 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 533 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T;
    [all...]

Completed in 1513 milliseconds

1 2 3 4