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

  /external/clang/include/clang/AST/
StmtCXX.h 235 SourceLocation KeywordLoc;
245 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists,
250 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists),
256 SourceLocation getKeywordLoc() const { return KeywordLoc; }
278 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; }
Stmt.h 634 SourceLocation KeywordLoc;
638 : Stmt(SC), NextSwitchCase(0), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {}
650 SourceLocation getKeywordLoc() const { return KeywordLoc; }
651 void setKeywordLoc(SourceLocation L) { KeywordLoc = L; }
660 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; }
687 SourceLocation getCaseLoc() const { return KeywordLoc; }
688 void setCaseLoc(SourceLocation L) { KeywordLoc = L; }
710 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; }
744 SourceLocation getDefaultLoc() const { return KeywordLoc; }
745 void setDefaultLoc(SourceLocation L) { KeywordLoc = L;
    [all...]
  /external/clang/include/clang/Sema/
AttributeList.h 35 SourceLocation KeywordLoc;
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp 745 SourceLocation KeywordLoc = ConsumeToken();
749 Diag(KeywordLoc, diag::err_availability_redundant)
752 UnavailableLoc = KeywordLoc;
798 if (!Changes[Index].KeywordLoc.isInvalid()) {
799 Diag(KeywordLoc, diag::err_availability_redundant)
801 << SourceRange(Changes[Index].KeywordLoc,
805 Changes[Index].KeywordLoc = KeywordLoc;
809 Diag(KeywordLoc, diag::err_availability_unknown_change)
831 if (Changes[Index].KeywordLoc.isValid())
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 838 milliseconds