Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclarationName.h703 SourceLocation getCXXOperatorNameBeginLoc() const { in getCXXOperatorNameBeginLoc() function
716 return SourceRange(getCXXOperatorNameBeginLoc(), in getCXXOperatorNameRange()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp3396 Pieces.push_back(NI.getInfo().getCXXOperatorNameBeginLoc()); in buildPieces()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h14583 LBrace = NameLoc.getCXXOperatorNameBeginLoc(); in RebuildCXXOperatorCallExpr()