Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp299 enum CXCursorKind ContainerKind; member
330 ContainerKind(CXCursor_InvalidCode), ContainerIsIncomplete(1) { in AllocatedCXCodeCompleteResults()
594 AllocatedResults.ContainerKind = clang_getCursorKind(cursor); in ProcessCodeCompleteResults()
609 AllocatedResults.ContainerKind = CXCursor_InvalidCode; in ProcessCodeCompleteResults()
897 return Results->ContainerKind; in clang_codeCompleteGetContainerKind()
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc134 enum ContainerKind { enum