OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIncompleteOrObjectType
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h
269
LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool,
isIncompleteOrObjectType
)
Type.h
1922
bool
isIncompleteOrObjectType
() const {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp
1390
if (DestPointee->
isIncompleteOrObjectType
()) {
SemaTemplate.cpp
7294
assert(ParamType->getPointeeType()->
isIncompleteOrObjectType
() &&
7311
assert(ParamRefType->getPointeeType()->
isIncompleteOrObjectType
() &&
SemaExpr.cpp
7975
if (lhptee->isVoidType() && rhptee->
isIncompleteOrObjectType
()) {
7986
if (rhptee->isVoidType() && lhptee->
isIncompleteOrObjectType
()) {
8890
if (rhptee->
isIncompleteOrObjectType
())
8899
if (lhptee->
isIncompleteOrObjectType
())
SemaExprCXX.cpp
3477
if (ConvPtrType->getPointeeType()->
isIncompleteOrObjectType
())
SemaType.cpp
1875
if (!EltTy->
isIncompleteOrObjectType
()) {
SemaOverload.cpp
2425
if (FromPointeeType->
isIncompleteOrObjectType
() &&
Completed in 115 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026