HomeSort by: relevance | last modified time | path
    Searched refs:hasVarStorage (Results 1 - 4 of 4) 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...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 1438 attributeOnlyIfTrue("hasVar", IS->hasVarStorage());
1445 attributeOnlyIfTrue("hasVar", SS->hasVarStorage());
1462 attributeOnlyIfTrue("hasVar", WS->hasVarStorage());
Stmt.cpp 975 assert(hasVarStorage() &&
1093 assert(hasVarStorage() &&
1154 assert(hasVarStorage() &&
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 812 if (S->hasVarStorage()) {
1460 if (S->hasVarStorage())

Completed in 21 milliseconds