Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2224 bool &RequireICE, bool AllowTypeModifiers) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp10935 bool AllowTypeModifiers) { in DecodeTypeFromStr() argument
11224 Done = !AllowTypeModifiers; in DecodeTypeFromStr()
11274 bool AllowTypeModifiers) const { in DecodeTypeStr()
11275 return DecodeTypeFromStr(Str, Context, Error, RequireICE, AllowTypeModifiers); in DecodeTypeStr()