Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp240 if (!TheDeclarator.InlineStorageUsed && in getFunction()
245 TheDeclarator.InlineStorageUsed = true; in getFunction()
310 if (!InlineStorageUsed && in setDecompositionBindings()
314 InlineStorageUsed = true; in setDecompositionBindings()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h1850 unsigned InlineStorageUsed : 1; variable
1923 ObjCWeakProperty(false), InlineStorageUsed(false), in Declarator()
2014 InlineStorageUsed = false; in clear()