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

  /external/clang/tools/libclang/
CXType.cpp 67 const Type *TP = T.getTypePtrOrNull();
344 const Type *TP = T.getTypePtrOrNull();
375 const Type *TP = T.getTypePtrOrNull();
412 TP = cast<ElaboratedType>(TP)->getNamedType().getTypePtrOrNull();
592 const Type *TP = T.getTypePtrOrNull();
624 const Type *TP = T.getTypePtrOrNull();
644 const Type *TP = T.getTypePtrOrNull();
670 const Type *TP = T.getTypePtrOrNull();
CIndexCodeCompletion.cpp 604 const Type *type = baseType.getTypePtrOrNull();
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 76 const T *getTypePtrOrNull() const {
77 return cast_or_null<T>(Stored.getTypePtrOrNull());
241 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
Type.h 569 /// NULL, use the (slightly less efficient) \c getTypePtrOrNull().
572 const Type *getTypePtrOrNull() const;
    [all...]
Decl.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 521 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T;
    [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 1098 dyn_cast_or_null<clang::PointerType>(qtype.getTypePtrOrNull());
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 772 const Type *GT = GQT.getTypePtrOrNull();
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 1100 dyn_cast_or_null<clang::PointerType>(qtype.getTypePtrOrNull());
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 334 TD->setTypeForDecl(Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull());
337 ID->TypeForDecl = Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull();
    [all...]
ASTReader.cpp     [all...]

Completed in 86 milliseconds