Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h703 SourceLocation getCXXOperatorNameBeginLoc() const { in getCXXOperatorNameBeginLoc() function
716 return SourceRange(getCXXOperatorNameBeginLoc(), in getCXXOperatorNameRange()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h14652 LBrace = NameLoc.getCXXOperatorNameBeginLoc(); in RebuildCXXOperatorCallExpr()