HomeSort by relevance Sort by last modified time
    Searched refs:colonLoc (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/AST/
DeclObjC.h 551 SourceLocation ColonLoc;
557 SourceLocation colonLoc, TypeSourceInfo *boundInfo)
561 VarianceLoc(varianceLoc), ColonLoc(colonLoc) { }
570 SourceLocation colonLoc,
594 bool hasExplicitBound() const { return ColonLoc.isValid(); }
598 SourceLocation getColonLoc() const { return ColonLoc; }
    [all...]
Stmt.h 642 SourceLocation ColonLoc;
644 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
645 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {
660 SourceLocation getColonLoc() const { return ColonLoc; }
661 void setColonLoc(SourceLocation L) { ColonLoc = L; }
684 SourceLocation ellipsisLoc, SourceLocation colonLoc)
685 : SwitchCase(CaseStmtClass, caseLoc, colonLoc) {
699 SourceLocation getColonLoc() const { return ColonLoc; }
700 void setColonLoc(SourceLocation L) { ColonLoc = L;
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 523 SourceLocation colonLoc;
525 if (TryConsumeToken(tok::colon, colonLoc)) {
552 colonLoc,
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 597 SourceLocation colonLoc,
684 colonLoc = SourceLocation();
690 index, paramLoc, paramName, colonLoc,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 69 milliseconds