Home
last modified time | relevance | path

Searched refs:isNamed (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp574 bool isNamed = false; in lexHTMLCharacterReference() local
580 isNamed = true; in lexHTMLCharacterReference()
612 if (isNamed) in lexHTMLCharacterReference()
H A DDecl.cpp3255 static bool isNamed(const NamedDecl *ND, const char (&Str)[Len]) { in isNamed() function
3303 isNamed(this, "main"); in isMain()
/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
H A DLVOptions.h514 return (Element->isNamed() && in resolveGenericPatternMatch()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp398 if (!isNamed()) { in resolveName()
454 if (getHasReference() && !isNamed()) in resolveElements()
1039 if (!isNamed() && !Scope->isNamed()) in equals()
H A DLVSymbol.cpp275 if (getHasReference() && !isNamed()) in resolveReferencesChain()
H A DLVType.cpp158 if (!isNamed() && !getIsTemplateParam()) in resolveName()
H A DLVElement.cpp447 if (Parent->isNamed()) in resolveQualifiedName()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h513 bool isNamed() const { return Aux.index() == Named; } in isNamed() function
521 assert(isNamed() && "Should be named!"); in getName()
532 if (isNamed()) in getAsString()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1102 bool isNamed = !isNonASCII; in GenerateConstantString() local
1103 if (isNamed) { in GenerateConstantString()
1112 isNamed = false; in GenerateConstantString()
1119 isNamed ? StringRef(StringName) : ".objc_string", in GenerateConstantString()
1120 Align, false, isNamed ? llvm::GlobalValue::LinkOnceODRLinkage in GenerateConstantString()
1123 if (isNamed) { in GenerateConstantString()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp603 if (Arg->isNamed()) in resolveArguments()
4388 if (Value->isNamed()) in CheckTemplateArgValues()
H A DRecord.cpp2294 if (Arg->isNamed()) in instantiate()