HomeSort by relevance Sort by last modified time
    Searched refs:KeywordLoc (Results 1 - 18 of 18) 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 645 SourceLocation KeywordLoc;
649 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {
662 SourceLocation getKeywordLoc() const { return KeywordLoc; }
663 void setKeywordLoc(SourceLocation L) { KeywordLoc = L; }
672 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; }
699 SourceLocation getCaseLoc() const { return KeywordLoc; }
700 void setCaseLoc(SourceLocation L) { KeywordLoc = L; }
722 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; }
756 SourceLocation getDefaultLoc() const { return KeywordLoc; }
757 void setDefaultLoc(SourceLocation L) { KeywordLoc = L;
    [all...]
  /external/clang/lib/Parse/
ParseInit.cpp 488 Diag(Result.KeywordLoc, diag::warn_microsoft_dependent_exists)
ParseDecl.cpp 811 SourceLocation KeywordLoc = ConsumeToken();
815 Diag(KeywordLoc, diag::err_availability_redundant)
818 UnavailableLoc = KeywordLoc;
858 if (!Changes[Index].KeywordLoc.isInvalid()) {
859 Diag(KeywordLoc, diag::err_availability_redundant)
861 << SourceRange(Changes[Index].KeywordLoc,
865 Changes[Index].KeywordLoc = KeywordLoc;
869 Diag(KeywordLoc, diag::err_availability_unknown_change)
887 if (Changes[Index].KeywordLoc.isValid())
    [all...]
ParseExprCXX.cpp     [all...]
ParseDeclCXX.cpp     [all...]
Parser.cpp     [all...]
ParseStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 759 QualType RebuildElaboratedType(SourceLocation KeywordLoc,
    [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 894 milliseconds