reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/tools/extra/clangd/ExpectedTypes.h
   41   static llvm::Optional<OpaqueType> fromType(ASTContext &Ctx, QualType Type);

References

tools/clang/tools/extra/clangd/CodeComplete.cpp
 1441         OpaqueType::fromType(Recorder->CCSema->getASTContext(),
tools/clang/tools/extra/clangd/unittests/ExpectedTypeTest.cpp
   68       auto Type = OpaqueType::fromType(ASTCtx(), typeOf(Name));
  143   OpaqueType IntTy = *OpaqueType::fromType(ASTCtx(), typeOf("int_"));
  146   OpaqueType IntPtrTy = *OpaqueType::fromType(ASTCtx(), typeOf("int_ptr"));
  165   auto IntPtrTy = *OpaqueType::fromType(ASTCtx(), typeOf("int_ptr_"));