Home
last modified time | relevance | path

Searched defs:spelling (Results 1 – 7 of 7) 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/catch2/include/internal/
Dcatch_list.cpp81 void TagInfo::add( std::string const& spelling ) { in add()
88 for( auto const& spelling : spellings ) in all() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DMakeTransliterator.java163 String spelling = spellout.transliterate(source); in main() local
315 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/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/catch2/single_include/catch2/
Dcatch.hpp9150 void TagInfo::add( std::string const& spelling ) { in add()
9157 for( auto const& spelling : spellings ) in all() local