Home
last modified time | relevance | path

Searched defs:spelling (Results 1 – 16 of 16) sorted by relevance

/external/clang/bindings/python/tests/cindex/
Dutil.py33 def get_cursor(source, spelling): argument
51 def get_cursors(source, spelling): argument
/external/sandboxed-api/sandboxed_api/tools/clang_generator/
Demitter_base.h76 RenderedType(std::string ns_name, std::string spelling) in RenderedType()
89 std::string spelling; variable
Demitter_base.cc290 std::string spelling = GetSpelling(type_decl); in EmitType() local
/external/ltp/doc/
DMakefile4 spelling: target
/external/auto/value/src/main/java/com/google/auto/value/processor/
DTypeSimplifier.java60 final String spelling; field in TypeSimplifier.Spelling
63 Spelling(String spelling, boolean importIt) { in Spelling()
219 String spelling; in findImports() local
/external/auto/value/src/test/java/com/google/auto/value/processor/
DSimplifyWithAnnotationsTest.java189 String spelling = TYPE_SPELLINGS.get(i); in typesFromTestClass() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DMakeTransliterator.java163 String spelling = spellout.transliterate(source); in main() local
329 String spelling = spellout.transliterate(source); in main() local
/external/clang/bindings/python/clang/
Dcindex.py323 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/rust/android-crates-io/crates/bindgen/
Dclang.rs98 pub(crate) fn spelling(&self) -> String { in spelling() method
1031 spelling: CXString, field
1042 pub(crate) fn spelling(&self) -> &[u8] { in spelling() method
1093 let spelling = clang_getTokenSpelling(self.tu, *raw); in next() localVariable
1247 pub(crate) fn spelling(&self) -> String { in spelling() method
/external/rust/android-crates-io/crates/bindgen/ir/
Dcontext.rs1970 let spelling = ty.spelling(); in build_wrapper() localVariable
2041 let spelling = ty.spelling(); in build_builtin_ty() localVariable
2155 let spelling = cursor.spelling(); in tokenize_namespace() localVariable
Dfunction.rs434 let spelling = cursor.spelling(); in from_ty() localVariable
Ditem.rs1480 let spelling = cursor.spelling(); in parse() localVariable
/external/clang/lib/Sema/
DSemaObjCProperty.cpp2077 StringRef spelling = "__attribute__((objc_method_family(none)))"; in DiagnoseOwningPropertyGetterSynthesis() local
/external/clang/tools/c-index-test/
Dc-index-test.c3700 CXString spelling = clang_getTokenSpelling(TU, tokens[i]); in perform_token_annotation() local
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dcustomsearch.v1.json1406 "spelling": { object
/external/rust/android-crates-io/crates/bindgen/codegen/
Dmod.rs904 let spelling = self.name().expect("Unnamed alias?"); in codegen() localVariable