Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3197 bool Unqualified = false, bool AllowCXX = false,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11325 bool AllowCXX, in mergeFunctionTypes() argument
11420 assert((AllowCXX || in mergeFunctionTypes()
11506 assert((AllowCXX || !proto->hasExceptionSpec()) && "C++ shouldn't be here"); in mergeFunctionTypes()