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

  /external/clang/lib/Sema/
SemaStmt.cpp 634 Diag(DS->getDefaultLoc(), diag::err_multiple_default_labels_defined);
635 Diag(TheDefaultStmt->getDefaultLoc(), diag::note_duplicate_case_prev);
    [all...]
SemaPseudoObject.cpp 96 gse->getDefaultLoc(),
    [all...]
SemaExprObjC.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 96 Writer.AddSourceLocation(S->getDefaultLoc(), Record);
736 Writer.AddSourceLocation(E->getDefaultLoc(), Record);
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 744 SourceLocation getDefaultLoc() const { return DefaultLoc; }
    [all...]
Expr.h     [all...]

Completed in 224 milliseconds