HomeSort by: relevance | last modified time | path
    Searched refs:Nullptr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
PrettyPrinter.h 70 Nullptr(LO.CPlusPlus11), Restrict(LO.C99), Alignof(LO.CPlusPlus11),
194 /// Whether we should use 'nullptr' rather than '0' as a null pointer
196 unsigned Nullptr : 1;
277 const PrintingCallbacks *Callbacks = nullptr;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangleNodes.h 106 Nullptr,
343 TypeNode *ReturnType = nullptr;
349 NodeArrayNode *Params = nullptr;
358 NodeArrayNode *TemplateParams = nullptr;
378 VariableSymbolNode *Variable = nullptr;
379 QualifiedNameNode *Name = nullptr;
427 TypeNode *TargetType = nullptr;
439 IdentifierNode *Class = nullptr;
468 QualifiedNameNode *ClassParent = nullptr;
472 TypeNode *Pointee = nullptr;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
MicrosoftDemangleNodes.cpp 120 initializeOutputStream(nullptr, nullptr, OS, 1024);
150 OUTPUT_ENUM_CLASS_VALUE(PrimitiveKind, Nullptr, "std::nullptr_t");
592 const char *AccessSpec = nullptr;
  /src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp 43 : Ptr(P ? cast<ValueDecl>(P->getCanonicalDecl()) : nullptr), Local{I, V} {}
306 APValue::UnionData::UnionData() : Field(nullptr), Value(new APValue) {}
689 Out << (Policy.Nullptr ? "nullptr" : "0");
725 assert(Base.get<const Expr *>() != nullptr &&
727 Base.get<const Expr*>()->printPretty(Out, nullptr, Policy);
754 assert(E != nullptr && "Expecting non-null Expr");
755 E->printPretty(Out, nullptr, Policy);
759 const CXXRecordDecl *CastToBase = nullptr;
972 Field ? Field->getCanonicalDecl() : nullptr;
    [all...]

Completed in 22 milliseconds