Searched defs:CalleeType (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp1191 QualType CalleeType = getCallee()->getType(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp3184 RValue CodeGenFunction::EmitCall(QualType CalleeType, llvm::Value *Callee, argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp329 enum CalleeType { CT_Function, CT_Method, CT_Block } calleeType; enum
12176 QualType CalleeType = CalleeExpr->getType(); local

Completed in 117 milliseconds