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

  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp 161 QualType CXXTypeidExpr::getTypeOperand(ASTContext &Context) const {
162 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
168 QualType CXXUuidofExpr::getTypeOperand(ASTContext &Context) const {
169 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
ItaniumMangle.cpp 4235 mangleType(UE->getTypeOperand(Context.getASTContext()));
4241 QualType UuidT = UE->getTypeOperand(Context.getASTContext());
4639 mangleType(TIE->getTypeOperand(Context.getASTContext()));
JSONNodeDumper.cpp 1280 QualType Adjusted = CTE->getTypeOperand(Ctx);
ExprConstant.cpp 8307 TypeInfo = TypeInfoLValue(E->getTypeOperand(Info.Ctx).getTypePtr());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 879 QualType getTypeOperand(ASTContext &Context) const;
883 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
1090 QualType getTypeOperand(ASTContext &Context) const;
1094 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprCXX.cpp 2200 CGM.GetAddrOfRTTIDescriptor(E->getTypeOperand(getContext()));
CGExprConstant.cpp 2017 T = E->getTypeOperand(CGM.getContext());

Completed in 118 milliseconds