/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/sksl/ast/ |
H A D | SkSLASTIdentifier.h | 18 struct ASTIdentifier : public ASTExpression { struct 19 ASTIdentifier(int offset, StringFragment text) in ASTIdentifier() function 23 String description() const override { in description() 27 const StringFragment fText; 29 typedef ASTExpression INHERITED;
|
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/sksl/ast/ |
H A D | SkSLASTIdentifier.h | 18 struct ASTIdentifier : public ASTExpression { struct 19 ASTIdentifier(Position position, std::string text) in ASTIdentifier() function 23 std::string description() const override { in description() 27 const std::string fText; 29 typedef ASTExpression INHERITED;
|
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/expressions/ |
H A D | ascent_expressions_ast.hpp | 35 class ASTIdentifier : public ASTExpression class 39 ASTIdentifier(const std::string &name) : m_name(name) in ASTIdentifier() function in ASTIdentifier
|
/dports/textproc/py-sphinx/Sphinx-3.5.2/build/lib/sphinx/domains/ |
H A D | c.py | 110 class ASTIdentifier(ASTBaseBase): class 161 def __init__(self, names: List[ASTIdentifier], rooted: bool) -> None: 1445 ident: ASTIdentifier) -> None: 1452 def __init__(self, data: List[Tuple[ASTIdentifier, str]]) -> None: 1496 def __init__(self, parent: "Symbol", ident: ASTIdentifier, 1630 def _find_first_named_symbol(self, ident: ASTIdentifier, 1642 def _find_named_symbols(self, ident: ASTIdentifier, 1693 … onMissingQualifiedSymbol: Callable[["Symbol", ASTIdentifier], "Symbol"], # NOQA argument 1778 def onMissingQualifiedSymbol(parentSymbol: "Symbol", ident: ASTIdentifier) -> "Symbol": 1983 def find_identifier(self, ident: ASTIdentifier, [all …]
|
H A D | cpp.py | 566 class ASTIdentifier(ASTBase): class 645 def __init__(self, identOrOp: Union[ASTIdentifier, "ASTOperator"], 907 def __init__(self, literal: ASTLiteral, ident: ASTIdentifier): 1239 def __init__(self, identifier: ASTIdentifier): 1632 def __init__(self, identifier: ASTIdentifier) -> None: 3222 def __init__(self, key: str, identifier: ASTIdentifier, 3453 def __init__(self, identifier: ASTIdentifier, parameterPack: bool) -> None: 4001 def _find_named_symbols(self, identOrOp: Union[ASTIdentifier, ASTOperator], 4251 identOrOp: Union[ASTIdentifier, ASTOperator], 4548 def find_identifier(self, identOrOp: Union[ASTIdentifier, ASTOperator], [all …]
|
/dports/textproc/py-sphinx/Sphinx-3.5.2/sphinx/domains/ |
H A D | c.py | 110 class ASTIdentifier(ASTBaseBase): class 161 def __init__(self, names: List[ASTIdentifier], rooted: bool) -> None: 1445 ident: ASTIdentifier) -> None: 1452 def __init__(self, data: List[Tuple[ASTIdentifier, str]]) -> None: 1496 def __init__(self, parent: "Symbol", ident: ASTIdentifier, 1630 def _find_first_named_symbol(self, ident: ASTIdentifier, 1642 def _find_named_symbols(self, ident: ASTIdentifier, 1693 … onMissingQualifiedSymbol: Callable[["Symbol", ASTIdentifier], "Symbol"], # NOQA argument 1778 def onMissingQualifiedSymbol(parentSymbol: "Symbol", ident: ASTIdentifier) -> "Symbol": 1983 def find_identifier(self, ident: ASTIdentifier, [all …]
|
H A D | cpp.py | 566 class ASTIdentifier(ASTBase): class 645 def __init__(self, identOrOp: Union[ASTIdentifier, "ASTOperator"], 907 def __init__(self, literal: ASTLiteral, ident: ASTIdentifier): 1239 def __init__(self, identifier: ASTIdentifier): 1632 def __init__(self, identifier: ASTIdentifier) -> None: 3222 def __init__(self, key: str, identifier: ASTIdentifier, 3453 def __init__(self, identifier: ASTIdentifier, parameterPack: bool) -> None: 4001 def _find_named_symbols(self, identOrOp: Union[ASTIdentifier, ASTOperator], 4251 identOrOp: Union[ASTIdentifier, ASTOperator], 4548 def find_identifier(self, identOrOp: Union[ASTIdentifier, ASTOperator], [all …]
|
/dports/textproc/py-sphinx/stage/usr/local/lib/python3.8/site-packages/sphinx/domains/ |
H A D | c.py | 110 class ASTIdentifier(ASTBaseBase): class 161 def __init__(self, names: List[ASTIdentifier], rooted: bool) -> None: 1445 ident: ASTIdentifier) -> None: 1452 def __init__(self, data: List[Tuple[ASTIdentifier, str]]) -> None: 1496 def __init__(self, parent: "Symbol", ident: ASTIdentifier, 1630 def _find_first_named_symbol(self, ident: ASTIdentifier, 1642 def _find_named_symbols(self, ident: ASTIdentifier, 1693 … onMissingQualifiedSymbol: Callable[["Symbol", ASTIdentifier], "Symbol"], # NOQA argument 1778 def onMissingQualifiedSymbol(parentSymbol: "Symbol", ident: ASTIdentifier) -> "Symbol": 1983 def find_identifier(self, ident: ASTIdentifier, [all …]
|
H A D | cpp.py | 566 class ASTIdentifier(ASTBase): class 645 def __init__(self, identOrOp: Union[ASTIdentifier, "ASTOperator"], 907 def __init__(self, literal: ASTLiteral, ident: ASTIdentifier): 1239 def __init__(self, identifier: ASTIdentifier): 1632 def __init__(self, identifier: ASTIdentifier) -> None: 3222 def __init__(self, key: str, identifier: ASTIdentifier, 3453 def __init__(self, identifier: ASTIdentifier, parameterPack: bool) -> None: 4001 def _find_named_symbols(self, identOrOp: Union[ASTIdentifier, ASTOperator], 4251 identOrOp: Union[ASTIdentifier, ASTOperator], 4548 def find_identifier(self, identOrOp: Union[ASTIdentifier, ASTOperator], [all …]
|