/llvm-project/clang/bindings/python/tests/cindex/ |
H A D | util.py | 45 get_cursor(source, spelling) global() argument 64 get_cursors(source, spelling) global() argument
|
/llvm-project/mlir/lib/AsmParser/ |
H A D | Token.h | 31 Token(Kind kind, StringRef spelling) : kind(kind), spelling(spelling) {} in Token() 134 StringRef spelling; variable
|
H A D | Token.cpp | 45 std::optional<uint64_t> Token::getUInt64IntegerValue(StringRef spelling) { in getUInt64IntegerValue()
|
H A D | Lexer.cpp | 231 StringRef spelling(tokStart, curPtr - tokStart); in lexBareIdentifierOrKeyword() local
|
H A D | AttributeParser.cpp | 365 StringRef spelling) { in buildAttributeAPInt() argument 412 StringRef spelling = tok.getSpelling(); in parseDecOrHexAttr() local 888 StringRef spelling = p.getToken().getSpelling(); parseIntegerElement() local
|
H A D | Parser.cpp | 294 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 D | FormatGen.h | 84 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 D | Lexer.h | 99 Token(Kind kind, StringRef spelling) : kind(kind), spelling(spelling) {} in Token() 158 StringRef spelling; variable
|
/llvm-project/lld/Common/ |
H A D | Args.cpp | 39 StringRef spelling = args.getArgString(a->getIndex()); in getInteger() local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | formatting.cpp | 447 OperatorSpelling spelling{SpellOperator(derived())}; AsFortran() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbAstBuilder.cpp | 531 clang::MSInheritanceAttr::Spelling spelling; in CreatePointerType() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 2281 StringRef spelling = "__attribute__((objc_method_family(none)))"; DiagnoseOwningPropertyGetterSynthesis() local
|
/llvm-project/clang/tools/c-index-test/ |
H A D | c-index-test.c | 4341 CXString spelling = clang_getTokenSpelling(TU, tokens[i]); perform_token_annotation() local
|