OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeInfoInChars
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
PaddingChecker.cpp
251
auto Info = Ctx.
getTypeInfoInChars
(FD->getType());
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp
354
/// computed with getContext().
getTypeInfoInChars
(ValueTy).
660
auto TyInfo = CGF.getContext().
getTypeInfoInChars
(Ty);
920
getContext().
getTypeInfoInChars
(Ty),
2065
auto TypeInfo = getContext().
getTypeInfoInChars
(Ty);
4089
auto TInfo = getContext().
getTypeInfoInChars
(Ty);
4165
CGF.getContext().
getTypeInfoInChars
(Ty),
4372
CGF.getContext().
getTypeInfoInChars
(Ty),
4575
auto TypeInfo = getContext().
getTypeInfoInChars
(Ty);
4694
auto TI = getContext().
getTypeInfoInChars
(Ty);
4803
auto TypeInfo = CGF.getContext().
getTypeInfoInChars
(Ty)
[
all
...]
CGExprAgg.cpp
2100
TypeInfo = getContext().
getTypeInfoInChars
(Ty);
2109
TypeInfo = getContext().
getTypeInfoInChars
(BaseEltTy);
CGCUDANV.cpp
412
auto TInfo = CGM.getContext().
getTypeInfoInChars
(A->getType());
CGAtomic.cpp
804
auto TInfo = getContext().
getTypeInfoInChars
(AtomicTy);
CGBlocks.cpp
560
auto TInfo = CGM.getContext().
getTypeInfoInChars
(thisType);
CGClass.cpp
802
auto FieldInfo = Context.
getTypeInfoInChars
(D->getType());
CGObjC.cpp
924
auto TInfo = CGM.getContext().
getTypeInfoInChars
(ivarType);
CGCall.cpp
2494
auto info = getContext().
getTypeInfoInChars
(PTy);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
2237
TypeInfoChars
getTypeInfoInChars
(const Type *T) const;
2238
TypeInfoChars
getTypeInfoInChars
(QualType T) const;
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
1815
TypeInfoChars Info =
getTypeInfoInChars
(T);
1835
TypeInfoChars EltInfo = Context.
getTypeInfoInChars
(CAT->getElementType());
1850
TypeInfoChars ASTContext::
getTypeInfoInChars
(const Type *T) const {
1859
TypeInfoChars ASTContext::
getTypeInfoInChars
(QualType T) const {
1860
return
getTypeInfoInChars
(T.getTypePtr());
2422
return
getTypeInfoInChars
(T).Width;
2425
return
getTypeInfoInChars
(T).Width;
RecordLayoutBuilder.cpp
1888
auto TI = Context.
getTypeInfoInChars
(D->getType());
2622
Context.
getTypeInfoInChars
(FD->getType()->getUnqualifiedDesugaredType());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp
1046
if (Context.
getTypeInfoInChars
(SrcType).Width ==
1047
Context.
getTypeInfoInChars
(DestType).Width)
Completed in 47 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026