OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:containerkind
(Results
1 - 2
of
2
) sorted by null
/external/clang/tools/libclang/
CIndexCodeCompletion.cpp
299
enum CXCursorKind
ContainerKind
;
330
ContainerKind
(CXCursor_InvalidCode), ContainerIsIncomplete(1) {
594
AllocatedResults.
ContainerKind
= clang_getCursorKind(cursor);
609
AllocatedResults.
ContainerKind
= CXCursor_InvalidCode;
897
return Results->
ContainerKind
;
[
all
...]
/external/clang/tools/c-index-test/
c-index-test.c
[
all
...]
Completed in 165 milliseconds