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

Declarations

tools/clang/tools/extra/clangd/refactor/tweaks/ExpandAutoType.cpp
   50   llvm::Error createErrorMessage(const std::string& Message,

References

tools/clang/tools/extra/clangd/refactor/tweaks/ExpandAutoType.cpp
   81     return createErrorMessage("Could not deduce type for 'auto' type", Inputs);
   87     return createErrorMessage("Could not expand type of lambda expression",
   95     return createErrorMessage("Could not expand type of function pointer",