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

  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h 663 bool isCppStructuredBinding(const FormatStyle &Style) const {
UnwrappedLineParser.cpp 1718 FormatTok->isCppStructuredBinding(Style) || Previous->closesScope() ||
TokenAnnotator.cpp 541 bool IsCppStructuredBinding = Left->isCppStructuredBinding(Style);
543 !IsCppStructuredBinding && !InsideInlineASM && !CppArrayTemplates &&
559 if (IsCppStructuredBinding) {

Completed in 64 milliseconds