Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h715 SourceRange getCXXOperatorNameRange() const { in getCXXOperatorNameRange() function
816 SourceRange getCXXOperatorNameRange() const { in getCXXOperatorNameRange() function
819 return LocInfo.getCXXOperatorNameRange(); in getCXXOperatorNameRange()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5332 AddSourceRange(DNLoc.getCXXOperatorNameRange()); in AddDeclarationNameLoc()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1749 if (auto ToRangeOrErr = import(From.getCXXOperatorNameRange())) in ImportDeclarationNameLoc()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp14159 LSI->IntroducerRange = DNI.getCXXOperatorNameRange(); in RebuildLambdaScopeInfo()