OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Class
(Results
126 - 140
of
140
) sorted by null
1
2
3
4
5
6
/external/clang/lib/Serialization/
ASTWriter.cpp
10
// This file defines the ASTWriter
class
, which writes AST files.
76
class
ASTTypeWriter {
91
#define TYPE(
Class
, Base) void Visit##
Class
##Type(const
Class
##Type *T);
92
#define ABSTRACT_TYPE(
Class
, Base)
418
class
TypeLocWriter : public TypeLocVisitor<TypeLocWriter> {
426
#define ABSTRACT_TYPELOC(
CLASS
, PARENT)
427
#define TYPELOC(
CLASS
, PARENT) \
428
void Visit##
CLASS
##TypeLoc(CLASS##TypeLoc TyLoc)
[
all
...]
/external/clang/tools/libclang/
CIndex.cpp
615
// FIXME: ObjCClassRef/ObjCProtocolRef for forward
class
/protocol
[
all
...]
/external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp
37
class
RewriteModernObjC : public ASTConsumer {
154
// This container maps an <
class
, group number for ivar> tuple to the type
171
class
DisableReplaceStmtScope {
191
if (ObjCInterfaceDecl *
Class
= dyn_cast<ObjCInterfaceDecl>(*I)) {
192
if (!
Class
->isThisDeclarationADefinition()) {
197
ObjCInterfacesSeen.push_back(
Class
);
211
// yet until all
class
extensions and its implementation is seen.
[
all
...]
/external/clang/lib/Sema/
SemaDecl.cpp
61
class
TypeNameValidatorCCC : public CorrectionCandidateCallback {
184
// lookup for
class
-names.
199
// the object expression is of a
class
type C, the type-name is also
200
// looked up in the scope of
class
C. At least one of the lookups shall
373
/// isMicrosoftMissingTypename - In Microsoft mode, within
class
scope,
378
/// template<
class
T>
class
A {
382
/// template<
class
T>
class
B : public A<T> {
384
/// A<T>::TYPE a; // no typename required because A<T> is a base
class
[
all
...]
SemaDeclCXX.cpp
56
class
CheckDefaultArgumentVisitor
93
//
class
member names.
334
/// because we're inside a
class
definition. Note that this default
441
// Except for member functions of
class
templates, the default arguments
442
// in a member function definition that appears outside of the
class
444
// member function declaration in the
class
definition.
464
// of template
class
. The new default parameter's value is ignored.
530
// - the explicit specialization of a member function of a
class
531
// template where the
class
template specialization to which the
540
// Default arguments for a member function of a
class
template shall
[
all
...]
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
/prebuilts/sdk/9/
android.jar
Completed in 366 milliseconds
1
2
3
4
5
6