OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCursorKindForDecl
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Sema/
CodeCompleteConsumer.cpp
426
CursorKind =
getCursorKindForDecl
(Declaration);
SemaCodeComplete.cpp
762
R.CursorKind =
getCursorKindForDecl
(R.Declaration);
[
all
...]
/external/clang/include/clang/Sema/
CodeCompleteConsumer.h
140
CXCursorKind
getCursorKindForDecl
(Decl *D);
[
all
...]
/external/clang/tools/libclang/
CXCursor.cpp
66
CXCursorKind K =
getCursorKindForDecl
(D);
[
all
...]
Completed in 37 milliseconds