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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 499 if (DE->isArrayFormAsWritten())
  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 1222 attributeOnlyIfTrue("isArrayAsWritten", DE->isArrayFormAsWritten());
ASTImporter.cpp 7471 ToType, E->isGlobalDelete(), E->isArrayForm(), E->isArrayFormAsWritten(),
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 2425 bool isArrayFormAsWritten() const {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 1798 Record.push_back(E->isArrayFormAsWritten());

Completed in 27 milliseconds