/external/clang/bindings/python/tests/cindex/ |
D | util.py | 33 def get_cursor(source, spelling): argument 51 def get_cursors(source, spelling): argument
|
/external/llvm-project/clang/bindings/python/tests/cindex/ |
D | util.py | 43 def get_cursor(source, spelling): argument 61 def get_cursors(source, spelling): argument
|
/external/catch2/include/internal/ |
D | catch_list.cpp | 81 void TagInfo::add( std::string const& spelling ) { in add() 88 for (auto const& spelling : spellings) { in all() local 94 for (auto const& spelling : spellings) { in all() local
|
/external/llvm-project/mlir/lib/Parser/ |
D | Token.h | 30 Token(Kind kind, StringRef spelling) : kind(kind), spelling(spelling) {} in Token() 119 StringRef spelling; variable
|
D | Token.cpp | 40 Optional<uint64_t> Token::getUInt64IntegerValue(StringRef spelling) { in getUInt64IntegerValue()
|
D | Lexer.cpp | 201 StringRef spelling(tokStart, curPtr - tokStart); in lexBareIdentifierOrKeyword() local
|
D | AttributeParser.cpp | 327 StringRef spelling) { in buildAttributeAPInt() 368 StringRef spelling = getToken().getSpelling(); in parseDecOrHexAttr() local
|
/external/auto/value/src/main/java/com/google/auto/value/processor/ |
D | TypeSimplifier.java | 60 final String spelling; field in TypeSimplifier.Spelling 63 Spelling(String spelling, boolean importIt) { in Spelling() 220 String spelling; in findImports() local
|
/external/python/cryptography/docs/ |
D | conf.py | 32 spelling = None variable
|
/external/auto/value/src/test/java/com/google/auto/value/processor/ |
D | SimplifyWithAnnotationsTest.java | 190 String spelling = TYPE_SPELLINGS.get(i); in typesFromTestClass() local
|
/external/llvm-project/lld/Common/ |
D | Args.cpp | 42 StringRef spelling = args.getArgString(a->getIndex()); in getInteger() local
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | MakeTransliterator.java | 163 String spelling = spellout.transliterate(source); in main() local 315 String spelling = spellout.transliterate(source); in main() local
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 323 def spelling(self): member in Diagnostic 1274 def spelling(self): member in Cursor 1697 def spelling(self): member in TypeKind 2000 def spelling(self): member in Type 2083 def spelling(self): member in CompletionChunk 2452 def spelling(self): member in TranslationUnit 2863 def spelling(self): member in Token
|
/external/llvm-project/clang/bindings/python/clang/ |
D | cindex.py | 403 def spelling(self): member in Diagnostic 1544 def spelling(self): member in Cursor 2023 def spelling(self): member in TypeKind 2427 def spelling(self): member in Type 2510 def spelling(self): member in CompletionChunk 2883 def spelling(self): member in TranslationUnit 3287 def spelling(self): member in Token
|
/external/rust/crates/bindgen/src/ |
D | clang.rs | 58 pub fn spelling(&self) -> String { in spelling() method 789 spelling: CXString, field 800 pub fn spelling(&self) -> &[u8] { in spelling() method 851 let spelling = clang_getTokenSpelling(self.tu, *raw); in next() localVariable 1005 pub fn spelling(&self) -> String { in spelling() method
|
/external/rust/crates/bindgen/src/ir/ |
D | context.rs | 1905 let spelling = ty.spelling(); in build_wrapper() localVariable 1972 let spelling = ty.spelling(); in build_builtin_ty() localVariable 2087 let spelling = cursor.spelling(); in tokenize_namespace() localVariable
|
D | function.rs | 380 let spelling = cursor.spelling(); in from_ty() localVariable
|
D | item.rs | 1426 let spelling = cursor.spelling(); in parse() localVariable
|
/external/llvm-project/mlir/tools/mlir-linalg-ods-gen/ |
D | mlir-linalg-ods-gen.cpp | 104 Token(Kind kind, StringRef spelling) : kind(kind), spelling(spelling) {} in Token() 139 StringRef spelling; member in __anon084c004d0111::Token
|
/external/llvm-project/flang/lib/Evaluate/ |
D | formatting.cpp | 320 OperatorSpelling spelling{SpellOperator(derived())}; in AsFortran() local
|
/external/llvm-project/mlir/tools/mlir-tblgen/ |
D | OpFormatGen.cpp | 1816 Token(Kind kind, StringRef spelling) : kind(kind), spelling(spelling) {} in Token() 1838 StringRef spelling; member in __anon81548fc81411::Token
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 2077 StringRef spelling = "__attribute__((objc_method_family(none)))"; in DiagnoseOwningPropertyGetterSynthesis() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 2311 StringRef spelling = "__attribute__((objc_method_family(none)))"; in DiagnoseOwningPropertyGetterSynthesis() local
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 3700 CXString spelling = clang_getTokenSpelling(TU, tokens[i]); in perform_token_annotation() local
|
/external/rust/crates/bindgen/src/codegen/ |
D | mod.rs | 815 let spelling = self.name().expect("Unnamed alias?"); in codegen() localVariable
|