Home
last modified time | relevance | path

Searched defs:parse_attribute (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/cxx/syntax/
Dcfg.rs28 pub fn parse_attribute(attr: &Attribute) -> Result<CfgExpr> { in parse_attribute() function
/third_party/ntfs-3g/ntfsprogs/
Dntfscat.c109 static int parse_attribute(const char *value, ATTR_TYPES *attr) in parse_attribute() function
/third_party/rust/rust/compiler/rustc_mir_build/src/build/custom/
Dmod.rs103 fn parse_attribute(attr: &Attribute) -> MirPhase { in parse_attribute() function
/third_party/rust/rust/compiler/rustc_parse/src/parser/
Dattr.rs111 pub fn parse_attribute( in parse_attribute() method