Home
last modified time | relevance | path

Searched refs:FixedName (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentSema.cpp244 const char *FixedName = ParamCommandComment::getDirectionAsString( in actOnParamCommandDirectionArg() local
247 << ArgRange << FixItHint::CreateReplacement(ArgRange, FixedName); in actOnParamCommandDirectionArg()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6246 StringRef FixedName = StringSwitch<StringRef>(Name) in matchCPURegisterName() local
6252 assert(FixedName != "" && "Register name is not one of t4-t7."); in matchCPURegisterName()
6255 "Did you mean $" + FixedName + "?", RegRange); in matchCPURegisterName()