Searched defs:placeholderType (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Sema/
H A DSemaExpr.cpp13436 const BuiltinType *placeholderType = E->getType()->getAsPlaceholderType(); local
13437 if (!placeholderType) return E;
13439 switch (placeholderType->getKind()) {

Completed in 78 milliseconds