Searched defs:IsGeneric (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DDeclCXX.cpp112 bool Dependent, bool IsGeneric,
119 new (C) struct LambdaDefinitionData(R, Info, Dependent, IsGeneric,
110 CreateLambda(const ASTContext &C, DeclContext *DC, TypeSourceInfo *Info, SourceLocation Loc, bool Dependent, bool IsGeneric, LambdaCaptureDefault CaptureDefault) argument
/external/v8/src/compiler/
H A Daccess-info.h97 bool IsGeneric() const { return kind() == kGeneric; } function in class:v8::internal::compiler::final
/external/clang/include/clang/AST/
H A DDeclCXX.h531 bool Dependent, bool IsGeneric,
533 : DefinitionData(D), Dependent(Dependent), IsGenericLambda(IsGeneric),
694 bool DependentLambda, bool IsGeneric,
530 LambdaDefinitionData(CXXRecordDecl *D, TypeSourceInfo *Info, bool Dependent, bool IsGeneric, LambdaCaptureDefault CaptureDefault) argument

Completed in 363 milliseconds