Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h725 SourceRange getCXXOperatorNameRange() const { in getCXXOperatorNameRange() function
826 SourceRange getCXXOperatorNameRange() const { in getCXXOperatorNameRange() function
829 return LocInfo.getCXXOperatorNameRange(); in getCXXOperatorNameRange()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5804 AddSourceRange(DNLoc.getCXXOperatorNameRange()); in AddDeclarationNameLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1944 if (auto ToRangeOrErr = import(From.getCXXOperatorNameRange())) in ImportDeclarationNameLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp15609 LSI->IntroducerRange = DNI.getCXXOperatorNameRange(); in RebuildLambdaScopeInfo()