Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclarationName.h712 SourceLocation getCXXOperatorNameBeginLoc() const { in getCXXOperatorNameBeginLoc() function
725 return SourceRange(getCXXOperatorNameBeginLoc(), in getCXXOperatorNameRange()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp3592 Pieces.push_back(NI.getInfo().getCXXOperatorNameBeginLoc()); in buildPieces()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h14950 LBrace = NameLoc.getCXXOperatorNameBeginLoc(); in RebuildCXXOperatorCallExpr()