Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dutil.py43 def get_cursor(source, spelling): argument
61 def get_cursors(source, spelling): argument
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py403 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
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dlex.c1457 struct normalize_state *nst, cpp_hashnode **spelling) in lex_identifier()
3297 const unsigned char *spelling; in cpp_spell_token() local
3376 const unsigned char *spelling; in cpp_output_token() local
H A Dmacro.c3226 cpp_hashnode *spelling) in _cpp_save_parameter()
3415 cpp_hashnode *spelling = token->val.node.spelling; in lex_expansion_token() local
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dlex.cc2014 struct normalize_state *nst, cpp_hashnode **spelling) in lex_identifier()
4137 const unsigned char *spelling; in cpp_spell_token() local
4216 const unsigned char *spelling; in cpp_output_token() local
5355 location_t spelling; in cpp_directive_only_process() local
H A Dmacro.cc3429 cpp_hashnode *spelling) in _cpp_save_parameter()
3618 cpp_hashnode *spelling = token->val.node.spelling; in lex_expansion_token() local
/netbsd-src/external/lgpl3/gmp/dist/demos/
H A Dpexpr.c691 char *spelling; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c7662 struct spelling struct
7676 static struct spelling *spelling; /* Next stack element (unused). */ argument
8257 struct spelling *spelling; member
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc7834 struct spelling struct
7848 static struct spelling *spelling; /* Next stack element (unused). */ argument
8435 struct spelling *spelling; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp2303 StringRef spelling = "__attribute__((objc_method_family(none)))"; in DiagnoseOwningPropertyGetterSynthesis() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c4266 CXString spelling = clang_getTokenSpelling(TU, tokens[i]); in perform_token_annotation() local