Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2203 bool &RequireICE, bool AllowTypeModifiers) const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp11080 bool AllowTypeModifiers) { in DecodeTypeFromStr() argument
11369 Done = !AllowTypeModifiers; in DecodeTypeFromStr()
11419 bool AllowTypeModifiers) const { in DecodeTypeStr()
11420 return DecodeTypeFromStr(Str, Context, Error, RequireICE, AllowTypeModifiers); in DecodeTypeStr()