Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp239 if (!TheDeclarator.InlineStorageUsed && in getFunction()
244 TheDeclarator.InlineStorageUsed = true; in getFunction()
309 if (!InlineStorageUsed && in setDecompositionBindings()
313 InlineStorageUsed = true; in setDecompositionBindings()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1845 unsigned InlineStorageUsed : 1; variable
1897 ObjCWeakProperty(false), InlineStorageUsed(false), in Declarator()
1981 InlineStorageUsed = false; in clear()