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

/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp306 unsigned ContainerIsIncomplete; member in struct:__anon19515::AllocatedCXCodeCompleteResults
330 ContainerKind(CXCursor_InvalidCode), ContainerIsIncomplete(1) {
602 AllocatedResults.ContainerIsIncomplete = type->isIncompleteType();
605 AllocatedResults.ContainerIsIncomplete = 1;
611 AllocatedResults.ContainerIsIncomplete = 1;
903 *IsIncomplete = Results->ContainerIsIncomplete;

Completed in 60 milliseconds