OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CXXTypeInfoDecl
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp
630
if (!
CXXTypeInfoDecl
) {
634
CXXTypeInfoDecl
= R.getAsSingle<RecordDecl>();
637
if (!
CXXTypeInfoDecl
&& LangOpts.MSVCCompat) {
639
CXXTypeInfoDecl
= R.getAsSingle<RecordDecl>();
641
if (!
CXXTypeInfoDecl
)
649
QualType TypeInfoType = Context.getTypeDeclType(
CXXTypeInfoDecl
);
Sema.cpp
171
StdCoroutineTraitsCache(nullptr),
CXXTypeInfoDecl
(nullptr),
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
1126
RecordDecl *
CXXTypeInfoDecl
;
Completed in 79 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026