Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2873 bool Unqualified = false, bool AllowCXX = false,
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp10192 bool AllowCXX, in mergeFunctionTypes() argument
10285 assert((AllowCXX || in mergeFunctionTypes()
10350 assert((AllowCXX || !proto->hasExceptionSpec()) && "C++ shouldn't be here"); in mergeFunctionTypes()