Home
last modified time | relevance | path

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

/llvm-project/clang/bindings/python/tests/cindex/
H A Dutil.py45 get_cursor(source, spelling) global() argument
64 get_cursors(source, spelling) global() argument
/llvm-project/mlir/lib/AsmParser/
H A DToken.h31 Token(Kind kind, StringRef spelling) : kind(kind), spelling(spelling) {} in Token()
134 StringRef spelling; variable
H A DToken.cpp45 std::optional<uint64_t> Token::getUInt64IntegerValue(StringRef spelling) { in getUInt64IntegerValue()
H A DLexer.cpp231 StringRef spelling(tokStart, curPtr - tokStart); in lexBareIdentifierOrKeyword() local
H A DAttributeParser.cpp365 StringRef spelling) { in buildAttributeAPInt() argument
412 StringRef spelling = tok.getSpelling(); in parseDecOrHexAttr() local
888 StringRef spelling = p.getToken().getSpelling(); parseIntegerElement() local
H A DParser.cpp294 StringRef spelling = curTok.getSpelling(); parseOptionalInteger() local
315 StringRef spelling = tok.getSpelling(); parseFloatFromIntegerLiteral() local
2413 StringRef spelling = getTokenSpelling(); codeCompleteBlock() local
[all...]
/llvm-project/mlir/tools/mlir-tblgen/
H A DFormatGen.h84 FormatToken(Kind kind, StringRef spelling) : kind(kind), spelling(spelling) {} in FormatToken()
109 StringRef spelling; variable
206 explicit LiteralElement(StringRef spelling) : spelling(spelling) {} in LiteralElement()
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DLexer.h99 Token(Kind kind, StringRef spelling) : kind(kind), spelling(spelling) {} in Token()
158 StringRef spelling; variable
/llvm-project/lld/Common/
H A DArgs.cpp39 StringRef spelling = args.getArgString(a->getIndex()); in getInteger() local
/llvm-project/flang/lib/Evaluate/
H A Dformatting.cpp447 OperatorSpelling spelling{SpellOperator(derived())}; AsFortran() local
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp531 clang::MSInheritanceAttr::Spelling spelling; in CreatePointerType() local
/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2281 StringRef spelling = "__attribute__((objc_method_family(none)))"; DiagnoseOwningPropertyGetterSynthesis() local
/llvm-project/clang/tools/c-index-test/
H A Dc-index-test.c4341 CXString spelling = clang_getTokenSpelling(TU, tokens[i]); perform_token_annotation() local