Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h125 HasPattern, // The object has a pattern. enumerator
218 PROPERTY(Property, HasPattern);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4084 bool HasPattern = false; in isImplicitlyInstantiable() local
4086 HasPattern = PatternDecl->hasBody(PatternDecl); in isImplicitlyInstantiable()
4092 if (!HasPattern || !PatternDecl) in isImplicitlyInstantiable()