HomeSort by: relevance | last modified time | path
    Searched refs:setKeywordLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 1535 setKeywordLoc(KWLoc);
1546 void setKeywordLoc(SourceLocation L) { SwitchCaseBits.KeywordLoc = L; }
1638 void setCaseLoc(SourceLocation L) { setKeywordLoc(L); }
1738 void setDefaultLoc(SourceLocation L) { setKeywordLoc(L); }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 166 S->setKeywordLoc(readSourceLocation());

Completed in 21 milliseconds