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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExternalASTSource.h 390 struct LazyGenerationalUpdatePtr {
406 LazyGenerationalUpdatePtr(ValueType V) : Value(V) {}
412 explicit LazyGenerationalUpdatePtr(const ASTContext &Ctx, T Value = T())
418 LazyGenerationalUpdatePtr(NotUpdatedTag, T Value = T())
458 static LazyGenerationalUpdatePtr getFromOpaqueValue(void *Ptr) {
459 return LazyGenerationalUpdatePtr(ValueType::getFromOpaqueValue(Ptr));
467 /// Specialize PointerLikeTypeTraits to allow LazyGenerationalUpdatePtr to be
472 clang::LazyGenerationalUpdatePtr<Owner, T, Update>> {
473 using Ptr = clang::LazyGenerationalUpdatePtr<Owner, T, Update>;
Redeclarable.h 90 LazyGenerationalUpdatePtr<const Decl *, Decl *,
ASTContext.h 3268 /// Create the representation of a LazyGenerationalUpdatePtr.
3271 typename clang::LazyGenerationalUpdatePtr<Owner, T, Update>::ValueType
3272 clang::LazyGenerationalUpdatePtr<Owner, T, Update>::makeValue(
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 11396 clang::LazyGenerationalUpdatePtr<
11398 clang::LazyGenerationalUpdatePtr<

Completed in 24 milliseconds