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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 2594 SourceLocation getLabelLoc() const { return LabelLoc; }
2598 SourceLocation getEndLoc() const { return getLabelLoc(); }
Expr.h 4243 SourceLocation getLabelLoc() const { return LabelLoc; }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 234 Record.AddSourceLocation(S->getLabelLoc());
1160 Record.AddSourceLocation(E->getLabelLoc());
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 6310 auto ToLabelLoc = importChecked(Err, S->getLabelLoc());
6852 auto ToLabelLoc = importChecked(Err, E->getLabelLoc());
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2587 WL.push_back(LabelRefVisit(E->getLabel(), E->getLabelLoc(), Parent));
2741 WL.push_back(LabelRefVisit(GS->getLabel(), GS->getLabelLoc(), Parent));
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 7531 return getDerived().RebuildGotoStmt(S->getGotoLoc(), S->getLabelLoc(),
11251 return getDerived().RebuildAddrLabelExpr(E->getAmpAmpLoc(), E->getLabelLoc(),

Completed in 143 milliseconds