HomeSort by relevance Sort by last modified time
    Searched refs:KeywordLoc (Results 1 - 19 of 19) 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...]
ExprCXX.h     [all...]
  /external/clang/lib/Parse/
ParseInit.cpp 504 Diag(Result.KeywordLoc, diag::warn_microsoft_dependent_exists)
ParseDecl.cpp 903 SourceLocation KeywordLoc = ConsumeToken();
907 Diag(KeywordLoc, diag::err_availability_redundant)
910 UnavailableLoc = KeywordLoc;
    [all...]
ParseExprCXX.cpp     [all...]
ParseDeclCXX.cpp     [all...]
Parser.cpp     [all...]
ParseStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaStmt.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
SemaExprCXX.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
AttributeList.h 37 SourceLocation KeywordLoc;
Sema.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 1039 milliseconds