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.h2993 bool Unqualified = false, bool AllowCXX = false,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10752 bool AllowCXX, in mergeFunctionTypes() argument
10847 assert((AllowCXX || in mergeFunctionTypes()
10933 assert((AllowCXX || !proto->hasExceptionSpec()) && "C++ shouldn't be here"); in mergeFunctionTypes()