Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp5332 AddSourceRange(DNLoc.getCXXOperatorNameRange()); in AddDeclarationNameLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp1731 if (auto ToRangeOrErr = import(From.getCXXOperatorNameRange())) in ImportDeclarationNameLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp14103 LSI->IntroducerRange = DNI.getCXXOperatorNameRange(); in RebuildLambdaScopeInfo()