Home
last modified time | relevance | path

Searched defs:is_anonymous (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/
Dglsl_types.h1028 bool is_anonymous() const in is_anonymous() function
/external/v8/src/parsing/
Dparser-base.h621 bool is_anonymous; member
780 ClassScope* NewClassScope(Scope* parent, bool is_anonymous) const { in NewClassScope()
4488 bool is_anonymous = impl()->IsNull(name); in ParseClassLiteral() local
/external/v8/src/ast/
Dscopes.cc156 ClassScope::ClassScope(Zone* zone, Scope* outer_scope, bool is_anonymous) in ClassScope()
Dast.h2448 bool is_anonymous, bool has_private_methods) in ClassLiteral()
3187 bool has_static_computed_names, bool is_anonymous, in NewClassLiteral()
/external/clang/bindings/python/clang/
Dcindex.py1559 def is_anonymous(self): member in Cursor