Home
last modified time | relevance | path

Searched defs:isNamed (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h224 virtual bool isNamed() const { return false; } in isNamed() function
H A DLVElement.h174 bool isNamed() const override { return NameIndex != 0; } in isNamed() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp574 bool isNamed = false; in lexHTMLCharacterReference() local
H A DDecl.cpp3255 static bool isNamed(const NamedDecl *ND, const char (&Str)[Len]) { in isNamed() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h513 bool isNamed() const { return Aux.index() == Named; } in isNamed() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1102 bool isNamed = !isNonASCII; in GenerateConstantString() local