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

  /external/clang/tools/libclang/
CXType.cpp 67 const Type *TP = T.getTypePtrOrNull();
351 const Type *TP = T.getTypePtrOrNull();
385 const Type *TP = T.getTypePtrOrNull();
422 TP = cast<ElaboratedType>(TP)->getNamedType().getTypePtrOrNull();
604 const Type *TP = T.getTypePtrOrNull();
636 const Type *TP = T.getTypePtrOrNull();
656 const Type *TP = T.getTypePtrOrNull();
682 const Type *TP = T.getTypePtrOrNull();
719 const Type *TP = T.getTypePtrOrNull();
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(); }
Type.h 568 /// NULL, use the (slightly less efficient) \c getTypePtrOrNull().
571 const Type *getTypePtrOrNull() const;
    [all...]
Decl.h     [all...]
  /external/chromium_org/tools/clang/blink_gc_plugin/
RecordInfo.cpp 344 if (Edge* edge = CreateEdge(field->getType().getTypePtrOrNull())) {
478 if (Edge* ptr = CreateEdge(type->getPointeeType().getTypePtrOrNull()))
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 518 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T;
    [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 1082 llvm::dyn_cast_or_null<clang::PointerType>(qtype.getTypePtrOrNull());
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 783 const Type *GT = GQT.getTypePtrOrNull();
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 575 BS.getType().getTypePtrOrNull())) {
    [all...]
SemaOpenMP.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 361 TD->setTypeForDecl(Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull());
364 ID->TypeForDecl = Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull();
    [all...]
ASTReader.cpp     [all...]

Completed in 199 milliseconds