HomeSort by: relevance | last modified time | path
    Searched defs:getRange (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXStoredDiagnostic.cpp 86 CXSourceRange CXStoredDiagnostic::getRange(unsigned int Range) const {
CXLoadedDiagnostic.cpp 131 CXSourceRange CXLoadedDiagnostic::getRange(unsigned Range) const {
  /src/external/apache2/llvm/dist/llvm/lib/Option/
ArgList.cpp 58 ArgList::getRange(std::initializer_list<OptSpecifier> Ids) const {
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
AttributeCommonInfo.h 130 SourceRange getRange() const { return AttrRange; }
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPExpressions.cpp 63 SourceRange getRange() const { return Range; }
438 << Result.getRange();
473 PP.Diag(Loc, diag::warn_pp_expr_overflow) << Result.getRange();
558 PP.Diag(LHS.getRange().getBegin(), diag::err_pp_expr_bad_token_lparen)
562 << LHS.getRange();
671 << LHS.getRange() << RHS.getRange();
676 << LHS.getRange() << RHS.getRange();
690 << LHS.getRange() << RHS.getRange()
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ValueLattice.h 215 static ValueLatticeElement getRange(ConstantRange CR,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
SourceMgr.h 238 SMRange getRange() const { return Range; }
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
RAIIObjectsForParser.h 429 SourceRange getRange() const { return SourceRange(LOpen, LClose); }
  /src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheckImpl.h 555 SMRange getRange() const { return Range; }
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Initialization.h 738 SourceRange getRange() const {
DeclSpec.h 69 SourceRange getRange() const { return Range; }
2541 Ranges.push_back(AL.getRange());
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 455 ArrayRef<syntax::Token> getRange(SourceRange Range) const {
457 return getRange(Range.getBegin(), Range.getEnd());
463 ArrayRef<syntax::Token> getRange(SourceLocation First,
474 auto Tokens = getRange(D->getSourceRange());
510 Tokens = getRange(S->TypeDecl::getBeginLoc(), S->getEndLoc());
512 Tokens = getRange(D->getSourceRange());
517 return getRange(E->getSourceRange());
523 auto Tokens = getRange(S->getSourceRange());
979 Builder.getRange(getLocalSourceRange(NNSLoc)).drop_back();
1032 Builder.foldNode(Builder.getRange(QualifierLoc.getSourceRange())
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 3040 CharSourceRange getRange() const {

Completed in 28 milliseconds