Home
last modified time | relevance | path

Searched refs:placeholderType (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp20967 const BuiltinType *placeholderType = E->getType()->getAsPlaceholderType(); in CheckPlaceholderExpr() local
20968 if (!placeholderType) return E; in CheckPlaceholderExpr()
20970 switch (placeholderType->getKind()) { in CheckPlaceholderExpr()