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

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 545 E->setObjectKind(static_cast<ExprObjectKind>(Record.readInt()));
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 451 /// setObjectKind - Set the object kind produced by this expression.
452 void setObjectKind(ExprObjectKind Cat) { ExprBits.ObjectKind = Cat; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 8565 ToE->setObjectKind(FromE->getObjectKind());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 402 BuiltinCall->setObjectKind(CE->getObjectKind());
SemaExpr.cpp 2057 E->setObjectKind(OK_BitField);
2064 E->setObjectKind(BE->getObjectKind());

Completed in 100 milliseconds