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 236 SourceLocation KeywordLoc;
246 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists,
251 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists),
257 SourceLocation getKeywordLoc() const { return KeywordLoc; }
279 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; }
Stmt.h 641 SourceLocation KeywordLoc;
645 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {
658 SourceLocation getKeywordLoc() const { return KeywordLoc; }
659 void setKeywordLoc(SourceLocation L) { KeywordLoc = L; }
668 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; }
695 SourceLocation getCaseLoc() const { return KeywordLoc; }
696 void setCaseLoc(SourceLocation L) { KeywordLoc = L; }
718 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; }
752 SourceLocation getDefaultLoc() const { return KeywordLoc; }
753 void setDefaultLoc(SourceLocation L) { KeywordLoc = L;
    [all...]
  /external/clang/include/clang/Sema/
AttributeList.h 37 SourceLocation KeywordLoc;
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
ParseExprCXX.cpp     [all...]
ParseDecl.cpp 903 SourceLocation KeywordLoc = ConsumeToken();
907 Diag(KeywordLoc, diag::err_availability_redundant)
910 UnavailableLoc = KeywordLoc;
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 227 milliseconds