HomeSort by: relevance | last modified time | path
    Searched refs:getCXXOperatorNameRange (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclarationName.h 702 /// Return the beginning location of the getCXXOperatorNameRange() range.
707 /// Return the end location of the getCXXOperatorNameRange() range.
715 SourceRange getCXXOperatorNameRange() const {
814 /// getCXXOperatorNameRange - Gets the range of the operator name
816 SourceRange getCXXOperatorNameRange() const {
819 return LocInfo.getCXXOperatorNameRange();
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 5332 AddSourceRange(DNLoc.getCXXOperatorNameRange());
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 1731 if (auto ToRangeOrErr = import(From.getCXXOperatorNameRange()))
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 14103 LSI->IntroducerRange = DNI.getCXXOperatorNameRange();

Completed in 67 milliseconds