Home
last modified time | relevance | path

Searched defs:firstToken (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp65 SourceLocation macroStart = firstToken.getLocation(); in getDefinitionLengthSlow() local
/llvm-project/flang/lib/Parser/
H A Dpreprocessor.cpp30 Definition(const TokenSequence & repl,std::size_t firstToken,std::size_t tokens) Definition() argument
34 Definition(const std::vector<std::string> & argNames,const TokenSequence & repl,std::size_t firstToken,std::size_t tokens,bool isVariadic) Definition() argument
86 Tokenize(const std::vector<std::string> & argNames,const TokenSequence & token,std::size_t firstToken,std::size_t tokens) Tokenize() argument
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseGPUCodegen.cpp201 Value firstToken = genFirstWait(builder, loc); in genAllocCopy() local
255 Value firstToken; in genParametersOut() local