Home
last modified time | relevance | path

Searched refs:BeforeStar (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DFixItHintUtils.cpp135 SourceLocation BeforeStar = lexer::findPreviousTokenKind( in changePointer() local
138 if (locDangerous(BeforeStar)) in changePointer()
142 skipLParensBackwards(BeforeStar, Context); in changePointer()
156 SourceLocation BeforeStar = lexer::findPreviousTokenKind( in changePointer() local
159 return fixIfNotDangerous(BeforeStar, buildQualifier(Qualifier, true)); in changePointer()