HomeSort by: relevance | last modified time | path
    Searched defs:hasVarStorage (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 1917 // Present if and only if hasVarStorage(). This is in fact a "DeclStmt *".
1936 return NumMandatoryStmtPtr + hasElseStorage() + hasVarStorage() +
1947 return InitOffset + hasInitStorage() + hasVarStorage();
1977 bool hasVarStorage() const { return IfStmtBits.HasVar; }
2039 return hasVarStorage() ? static_cast<DeclStmt *>(
2045 return hasVarStorage() ? static_cast<DeclStmt *>(
2138 // Present if and only if hasVarStorage(). This is in fact a "DeclStmt *".
2151 return NumMandatoryStmtPtr + hasInitStorage() + hasVarStorage();
2157 return InitOffset + hasInitStorage() + hasVarStorage();
2183 bool hasVarStorage() const { return SwitchStmtBits.HasVar;
    [all...]

Completed in 16 milliseconds