OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDeclUsageType
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Sema/
CodeCompleteConsumer.h
124
QualType
getDeclUsageType
(ASTContext &C, const NamedDecl *ND);
[
all
...]
/external/clang/lib/Sema/
SemaCodeComplete.cpp
655
QualType clang::
getDeclUsageType
(ASTContext &C, const NamedDecl *ND) {
762
QualType T =
getDeclUsageType
(SemaRef.Context, R.Declaration);
[
all
...]
/external/clang/lib/Frontend/
ASTUnit.cpp
390
QualType UsageType =
getDeclUsageType
(*Ctx, Results[I].Declaration);
[
all
...]
Completed in 323 milliseconds