Searched refs:getToken (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DScratchBuffer.h32 /// getToken - Splat the specified text into a temporary MemoryBuffer and
36 SourceLocation getToken(const char *Buf, unsigned Len, const char *&DestPtr);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DStringExtras.cpp33 /// getToken - This function extracts one token from source, ignoring any
39 std::pair<StringRef, StringRef> llvm::getToken(StringRef Source, function in class:llvm
55 std::pair<StringRef, StringRef> S = getToken(Source, Delimiters);
58 S = getToken(S.second, Delimiters);
H A DLockFileManager.cpp69 std::tie(Hostname, PIDStr) = getToken(MB.getBuffer(), " ");
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolData.h46 FORWARD_SYMBOL_METHOD(getToken)
H A DPDBSymbolFunc.h68 FORWARD_SYMBOL_METHOD(getToken)
H A DIPDBRawSymbol.h144 virtual uint32_t getToken() const = 0;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp158 StringRef getToken() const { function in struct:__anon2357::BPFOperand
173 OS << "'" << getToken() << "'";
273 && Op1.getToken() == "="
274 && (Op2.getToken() == "-" || Op2.getToken() == "be16"
275 || Op2.getToken() == "be32" || Op2.getToken() == "be64"
276 || Op2.getToken() == "le16" || Op2.getToken() == "le32"
277 || Op2.getToken()
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DScratchBuffer.cpp25 // Set BytesUsed so that the first call to getToken will require an alloc.
29 /// getToken - Splat the specified text into a temporary MemoryBuffer and
33 SourceLocation ScratchBuffer::getToken(const char *Buf, unsigned Len, function in class:ScratchBuffer
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DComputeReplacements.cpp42 if (SpanEnd == L->getToken() && SpanIsOriginal == L->isOriginal()) {
51 SpanBegin = L->getToken();
H A DSynthesis.cpp213 // `L->getToken()` gives us the expanded token, thus we implicitly expand
215 return createLeaf(A, L->getToken()->kind(),
216 L->getToken()->text(A.getSourceManager()));
H A DTree.cpp195 const auto *Token = L->getToken();
299 assert(cast<Leaf>(C).getToken()->kind() == L->getDelimiterTokenKind());
/netbsd-current/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DTokenRewriter.cpp91 Tok.setLocation(ScratchBuf->getToken(Val, Len, Spelling));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp206 StringRef getToken() const { function in struct:__anon2379::CSKYOperand
220 OS << "'" << getToken() << "'";
320 CSKYMnemonicSpellCheck(((CSKYOperand &)*Operands[0]).getToken(), FBS);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DTree.h162 const Token *getToken() const { return Tok; } function in class:clang::syntax::final
/netbsd-current/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp485 for (std::pair<StringRef, StringRef> o = getToken(opt); !o.first.empty();
486 o = getToken(o.second))
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h117 uint32_t getToken() const override;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h122 uint32_t getToken() const override;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp166 StringRef getToken() const { function in struct:__anon2463::LanaiOperand
566 OS << "Token: " << getToken() << "\n";
905 Type = static_cast<LanaiOperand *>(Operands[0].get())->getToken();
1171 static_cast<const LanaiOperand &>(*Operands[0]).getToken())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp836 StringRef getToken() const { function in class:__anon2230::AMDGPUOperand
1052 OS << '\'' << getToken() << '\'';
1582 AsmToken getToken() const;
2429 return isRegister(getToken(), peekToken());
2521 Tokens.push_back(getToken());
2540 Tokens.push_back(getToken());
2714 const auto &Tok = getToken();
2738 const auto& Tok = getToken();
2872 AsmToken Tok = getToken();
4359 StringRef Mnemo = ((AMDGPUOperand &)*Operands[0]).getToken();
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp318 uint32_t NativeRawSymbol::getToken() const { function in class:NativeRawSymbol
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringExtras.h304 /// getToken - This function extracts one token from source, ignoring any
310 std::pair<StringRef, StringRef> getToken(StringRef Source,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp160 StringRef getToken() const;
275 StringRef M68kOperand::getToken() const { function in class:M68kOperand
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp186 StringRef getToken() const { function in class:__anon2353::AVROperand
247 O << "Token: \"" << getToken() << "\"";
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp415 StringRef getToken() const { function in struct:__anon2383::HexagonOperand
463 OS << "'" << getToken() << "'";
623 if (FirstOperand.isToken() && FirstOperand.getToken() == "{") {
633 if (FirstOperand.isToken() && FirstOperand.getToken() == "}") {
841 return static_cast<HexagonOperand &>(Operand).getToken().equals_lower(String);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp213 StringRef getToken() const { function in class:__anon2613::SystemZOperand
709 OS << "Token:" << getToken();
1542 ((SystemZOperand &)*Operands[0]).getToken(), FBS, Dialect);

Completed in 522 milliseconds

12