HomeSort by: relevance | last modified time | path
    Searched defs:AllowDeductionGuide (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 6007 bool AllowDeductionGuide;
6010 AllowDeductionGuide = false;
6014 AllowDeductionGuide = false;
6017 AllowDeductionGuide = (D.getContext() == DeclaratorContext::File ||
6027 AllowDeductionGuide, nullptr, D.getName()) ||
ParseDecl.cpp 6007 bool AllowDeductionGuide;
6010 AllowDeductionGuide = false;
6014 AllowDeductionGuide = false;
6017 AllowDeductionGuide = (D.getContext() == DeclaratorContext::File ||
6027 AllowDeductionGuide, nullptr, D.getName()) ||

Completed in 85 milliseconds