HomeSort by relevance Sort by last modified time
    Searched refs:KeywordLoc (Results 1 - 17 of 17) 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; }
279 return SourceRange(KeywordLoc, SubStmt->getLocEnd());
  /external/clang/lib/Parse/
ParseInit.cpp 507 Diag(Result.KeywordLoc, diag::warn_microsoft_dependent_exists)
ParseDecl.cpp 596 SourceLocation KeywordLoc = ConsumeToken();
600 Diag(KeywordLoc, diag::err_availability_redundant)
603 UnavailableLoc = KeywordLoc;
648 if (!Changes[Index].KeywordLoc.isInvalid()) {
649 Diag(KeywordLoc, diag::err_availability_redundant)
651 << SourceRange(Changes[Index].KeywordLoc,
655 Changes[Index].KeywordLoc = KeywordLoc;
659 Diag(KeywordLoc, diag::err_availability_unknown_change)
681 if (Changes[Index].KeywordLoc.isValid())
    [all...]
ParseDeclCXX.cpp     [all...]
ParseExprCXX.cpp     [all...]
Parser.cpp     [all...]
ParseStmt.cpp     [all...]
  /external/clang/include/clang/Sema/
AttributeList.h 34 SourceLocation KeywordLoc;
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
SemaDeclAttr.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 372 milliseconds