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 241 SourceLocation KeywordLoc;
251 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists,
256 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists),
262 SourceLocation getKeywordLoc() const { return KeywordLoc; }
284 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; }
Stmt.h 653 SourceLocation KeywordLoc;
657 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {
670 SourceLocation getKeywordLoc() const { return KeywordLoc; }
671 void setKeywordLoc(SourceLocation L) { KeywordLoc = L; }
680 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; }
707 SourceLocation getCaseLoc() const { return KeywordLoc; }
708 void setCaseLoc(SourceLocation L) { KeywordLoc = L; }
730 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; }
764 SourceLocation getDefaultLoc() const { return KeywordLoc; }
765 void setDefaultLoc(SourceLocation L) { KeywordLoc = L;
    [all...]
ExprCXX.h     [all...]
  /external/clang/lib/Parse/
ParseInit.cpp 498 Diag(Result.KeywordLoc, diag::warn_microsoft_dependent_exists)
ParseDecl.cpp 919 SourceLocation KeywordLoc = ConsumeToken();
923 Diag(KeywordLoc, diag::err_availability_redundant)
926 StrictLoc = KeywordLoc;
932 Diag(KeywordLoc, diag::err_availability_redundant
    [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;
    [all...]
Sema.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 380 milliseconds