Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h753 SourceRange getCXXOperatorNameRange() const { in getCXXOperatorNameRange() function
854 SourceRange getCXXOperatorNameRange() const { in getCXXOperatorNameRange() function
857 return LocInfo.getCXXOperatorNameRange(); in getCXXOperatorNameRange()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7016 AddSourceRange(DNLoc.getCXXOperatorNameRange()); in AddDeclarationNameLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2260 if (auto ToRangeOrErr = import(From.getCXXOperatorNameRange())) in ImportDeclarationNameLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp15830 LSI->IntroducerRange = DNI.getCXXOperatorNameRange(); in RebuildLambdaScopeInfo()