OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CXXRec
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexSymbol.cpp
125
if (const CXXRecordDecl *
CXXRec
= dyn_cast<CXXRecordDecl>(D)) {
126
if (!
CXXRec
->isCLike()) {
128
if (
CXXRec
->getDescribedClassTemplate()) {
182
CXXRec
= dyn_cast<CXXRecordDecl>(D->getDeclContext())) {
183
if (!
CXXRec
->isCLike())
338
if (const CXXRecordDecl *
CXXRec
=
340
if (!
CXXRec
->isCLike())
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
7770
const auto *
CXXRec
= dyn_cast<CXXRecordDecl>(RDecl);
7774
if (
CXXRec
) {
7775
for (const auto &BI :
CXXRec
->bases()) {
7797
if (
CXXRec
&& includeVBases) {
7798
for (const auto &BI :
CXXRec
->vbases()) {
7811
if (
CXXRec
) {
7823
if (
CXXRec
&&
CXXRec
->isDynamicClass() &&
7827
std::string recname =
CXXRec
->getNameAsString();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp
2548
const CXXRecordDecl *
CXXRec
= MD->getParent();
2551
CXXRec
->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField);
Completed in 33 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026