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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp 65 E->setValueKind(ValueKind);
Sema.cpp 623 ImpCast->setValueKind(VK);
SemaExpr.cpp 6748 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType()));
18983 E->setValueKind(SubExpr->getValueKind());
19017 E->setValueKind(VK_LValue);
19077 E->setValueKind(SubExpr->getValueKind());
19168 E->setValueKind(Expr::getValueKindForType(DestType));
19256 E->setValueKind(Expr::getValueKindForType(DestType));
19382 E->setValueKind(ValueKind);
SemaInit.cpp 154 E->setValueKind(VK_RValue);
176 E->setValueKind(VK_RValue);
8530 ILE->setValueKind(E->getValueKind());
SemaChecking.cpp 401 BuiltinCall->setValueKind(CE->getValueKind());
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 544 E->setValueKind(static_cast<ExprValueKind>(Record.readInt()));
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 448 /// setValueKind - Set the value kind produced by this expression.
449 void setValueKind(ExprValueKind Cat) { ExprBits.ValueKind = Cat; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 8564 ToE->setValueKind(FromE->getValueKind());

Completed in 69 milliseconds