Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h141 HasPattern, // The object has a pattern. enumerator
234 PROPERTY(Property, HasPattern);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp3861 bool HasPattern = false; in isImplicitlyInstantiable() local
3863 HasPattern = PatternDecl->hasBody(PatternDecl); in isImplicitlyInstantiable()
3869 if (!HasPattern || !PatternDecl) in isImplicitlyInstantiable()