HomeSort by relevance Sort by last modified time
    Searched refs:DECLARATION (Results 1 - 6 of 6) sorted by null

  /external/tinyxml/
tinyxml.cpp 1390 : TiXmlNode( TiXmlNode::DECLARATION )
1402 : TiXmlNode( TiXmlNode::DECLARATION )
1412 : TiXmlNode( TiXmlNode::DECLARATION )
    [all...]
tinyxml.h 141 Declaration( leaf )
431 DECLARATION,
623 UNKNOWN, TEXT, and DECLARATION.
641 const TiXmlDeclaration* ToDeclaration() const { return ( this && type == DECLARATION ) ? (const TiXmlDeclaration*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
648 TiXmlDeclaration* ToDeclaration() { return ( this && type == DECLARATION ) ? (TiXmlDeclaration*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
802 It is only used internally, both by the ELEMENT and the DECLARATION.
804 The set can be changed transparent to the Element and Declaration
    [all...]
  /external/v8/src/
preparser.cc 353 pos, FunctionLiteral::DECLARATION,
406 // If the variable declaration declares exactly one non-const
parser.cc 1209 Declaration* declaration = local
1451 Declaration* declaration = local
1905 Declaration* declaration = local
1946 Declaration* declaration = local
1980 Declaration* declaration = local
2203 Declaration* declaration = local
3025 Declaration* declaration = local
    [all...]
ast.h 112 class Declaration;
487 class Declaration : public AstNode {
496 Declaration(Zone* zone,
512 // Nested scope from which the declaration originated.
517 class VariableDeclaration FINAL : public Declaration {
531 : Declaration(zone, proxy, mode, scope, pos) {
536 class FunctionDeclaration FINAL : public Declaration {
553 : Declaration(zone, proxy, mode, scope, pos),
565 class ModuleDeclaration FINAL : public Declaration {
580 : Declaration(zone, proxy, MODULE, scope, pos)
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 560 """Test if this is a declaration kind."""
599 # Declaration Kinds
601 # A declaration whose specific kind is not exposed via this interface.
604 # declaration; one can extract their location information, spelling, find their
605 # definitions, etc. However, the specific kind of the declaration is not
643 # An Objective-C @protocol declaration.
646 # An Objective-C @property declaration.
703 # A C++ namespace alias declaration.
709 # A C++ using declaration
732 # A reference to a type declaration
    [all...]

Completed in 123 milliseconds