Searched defs:ParseTypeAndValue (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/AsmParser/
H A DLLParser.h339 bool ParseTypeAndValue(Value *&V, PerFunctionState *PFS);
340 bool ParseTypeAndValue(Value *&V, PerFunctionState &PFS) { function in class:llvm::LLParser
341 return ParseTypeAndValue(V, &PFS);
343 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { function in class:llvm::LLParser
345 return ParseTypeAndValue(V, PFS);

Completed in 54 milliseconds