OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDeclUsageType
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
CodeCompleteConsumer.h
166
QualType
getDeclUsageType
(ASTContext &C, const NamedDecl *ND);
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp
402
QualType UsageType =
getDeclUsageType
(*Ctx, R.Declaration);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp
910
QualType clang::
getDeclUsageType
(ASTContext &C, const NamedDecl *ND) {
1026
QualType T =
getDeclUsageType
(SemaRef.Context, R.Declaration);
1564
QualType T =
getDeclUsageType
(SemaRef.Context, ND);
1589
QualType T =
getDeclUsageType
(SemaRef.Context, ND);
Completed in 23 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026