Home
last modified time | relevance | path

Searched defs:QualifierType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Format/
H A DQualifierAlignmentFixer.cpp209 const std::string &Qualifier, tok::TokenKind QualifierType) { in analyzeRight()
311 const std::string &Qualifier, tok::TokenKind QualifierType) { in analyzeLeft()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHeuristicResolver.cpp105 if (const Type *QualifierType = resolveNestedNameSpecifierToType(NNS)) { in resolveMemberExpr() local