Home
last modified time | relevance | path

Searched refs:IsMultiVersion (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1558 uint64_t IsMultiVersion : 1; variable
DDecl.h2385 return getCanonicalDecl()->FunctionDeclBits.IsMultiVersion; in isMultiVersion()
2391 getCanonicalDecl()->FunctionDeclBits.IsMultiVersion = V;
/external/llvm-project/clang/lib/AST/
DDecl.cpp2843 FunctionDeclBits.IsMultiVersion = false; in FunctionDecl()