OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypedefType
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
1475
QualType
getTypedefType
(const TypedefNameDecl *Decl,
1690
return
getTypedefType
(CFConstantStringTypeDecl);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprMember.cpp
421
return S.Context.
getTypedefType
(*I);
SemaTemplateInstantiateDecl.cpp
558
QualType T = PNA->
getTypedefType
();
564
if (S.Context.hasSameType(ExistingPNA->
getTypedefType
(),
565
PNA->
getTypedefType
()))
SemaLookup.cpp
711
return S.Context.
getTypedefType
(Decl);
SemaChecking.cpp
8873
IntendedTy = S.Context.
getTypedefType
(TD);
SemaTemplate.cpp
2122
QualType TDTy = Context.
getTypedefType
(Decl);
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
4498
return
getTypedefType
(Typedef);
4520
///
getTypedefType
- Return the unique reference to the type for the
4522
QualType ASTContext::
getTypedefType
(const TypedefNameDecl *Decl,
6604
return
getTypedefType
(getCFConstantStringDecl());
8101
Context->
getTypedefType
(VaListTagTypedefDecl);
8310
QualType VaListTagTypedefType = Context->
getTypedefType
(VaListTagTypedefDecl);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp
5913
getContext().
getTypedefType
(cast<TypedefNameDecl>(D)));
Completed in 87 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026