OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClsType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp
356
Decl *
ClsType
= Actions.ActOnStartClassInterface(
363
ParseObjCClassInstanceVariables(
ClsType
, tok::objc_protected, AtLoc);
365
ParseObjCInterfaceDeclList(tok::objc_interface,
ClsType
);
367
return
ClsType
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp
5382
QualType
ClsType
;
5398
ClsType
= Context.getDependentNameType(ETK_None, NNSPrefix,
5410
ClsType
= QualType(NNS->getAsType(), 0);
5411
// Note: if the NNS has a prefix and
ClsType
is a nondependent
5413
// in
ClsType
; hence we wrap
ClsType
into an ElaboratedType.
5414
// NOTE: in particular, no wrap occurs if
ClsType
already is an
5417
ClsType
= Context.getElaboratedType(ETK_None, NNSPrefix,
ClsType
);
5428
if (!
ClsType
.isNull()
[
all
...]
Completed in 29 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026