Searched refs:getAsPlaceholderType (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h1478 const BuiltinType *getAsPlaceholderType() const;
5050 inline const BuiltinType *Type::getAsPlaceholderType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
/external/clang/lib/Sema/
H A DSemaCast.cpp57 src.get()->getType()->getAsPlaceholderType()) {
H A DSemaExpr.cpp855 if (const BuiltinType *PlaceholderTy = E->getType()->getAsPlaceholderType()) {
8913 if (const BuiltinType *PTy = OrigOp.get()->getType()->getAsPlaceholderType()){
9731 if (const BuiltinType *pty = LHSExpr->getType()->getAsPlaceholderType()) {
9759 if (const BuiltinType *pty = RHSExpr->getType()->getAsPlaceholderType()) {
10006 if (const BuiltinType *pty = Input->getType()->getAsPlaceholderType()) {
13436 const BuiltinType *placeholderType = E->getType()->getAsPlaceholderType();
H A DSemaOverload.cpp836 if (const BuiltinType *placeholder = E->getType()->getAsPlaceholderType()) {

Completed in 143 milliseconds