HomeSort by relevance Sort by last modified time
    Searched refs:getTypePtrOrNull (Results 1 - 13 of 13) 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();
608 const Type *TP = T.getTypePtrOrNull();
640 const Type *TP = T.getTypePtrOrNull();
660 const Type *TP = T.getTypePtrOrNull();
686 const Type *TP = T.getTypePtrOrNull();
723 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 611 /// NULL, use the (slightly less efficient) \c getTypePtrOrNull().
614 const Type *getTypePtrOrNull() const;
    [all...]
Decl.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 518 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 783 const Type *GT = GQT.getTypePtrOrNull();
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 1082 llvm::dyn_cast_or_null<clang::PointerType>(qtype.getTypePtrOrNull());
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 584 dyn_cast_or_null<RecordType>(BS.getType().getTypePtrOrNull())) {
    [all...]
SemaOpenMP.cpp     [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 440 TD->setTypeForDecl(Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull());
449 ID->TypeForDecl = Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull();
    [all...]
ASTReader.cpp     [all...]

Completed in 117 milliseconds