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

  /external/clang/tools/libclang/
CXType.cpp 67 const Type *TP = T.getTypePtrOrNull();
283 const Type *TP = T.getTypePtrOrNull();
314 const Type *TP = T.getTypePtrOrNull();
351 TP = cast<ElaboratedType>(TP)->getNamedType().getTypePtrOrNull();
527 const Type *TP = T.getTypePtrOrNull();
550 const Type *TP = T.getTypePtrOrNull();
570 const Type *TP = T.getTypePtrOrNull();
587 const Type *TP = T.getTypePtrOrNull();
CIndexCodeCompletion.cpp 593 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 529 /// NULL, use the (slightly less efficient) \c getTypePtrOrNull().
532 const Type *getTypePtrOrNull() const;
    [all...]
Decl.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 478 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 664 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/Serialization/
ASTReaderDecl.cpp 317 TD->setTypeForDecl(Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull());
320 ID->TypeForDecl = Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull();
    [all...]
ASTReader.cpp     [all...]

Completed in 168 milliseconds