Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DOperatorsRepresentationCheck.cpp23 static StringRef getOperatorSpelling(SourceLocation Loc, ASTContext &Context) { in getOperatorSpelling() function
/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp790 const char *clang::getOperatorSpelling(OverloadedOperatorKind Operator) { getOperatorSpelling() function in clang