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.cpp583 bool isNamed = false; in lexHTMLCharacterReference() local
589 isNamed = true; in lexHTMLCharacterReference()
621 if (isNamed) in lexHTMLCharacterReference()
H A DDecl.cpp3294 static bool isNamed(const NamedDecl *ND, const char (&Str)[Len]) { in isNamed() function
3353 return isNamed(this, "main") && !getLangOpts().Freestanding && in isMain()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h225 virtual bool isNamed() const { return false; } in isNamed() function
H A DLVElement.h182 bool isNamed() const override { return NameIndex != 0; } in isNamed() function
H A DLVOptions.h517 return (Element->isNamed() && in resolveGenericPatternMatch()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp405 if (!isNamed()) { in resolveName()
461 if (getHasReference() && !isNamed()) in resolveReferencesChain()
1050 if (!isNamed() && !Scope->isNamed()) in equals()
H A DLVSymbol.cpp274 if (getHasReference() && !isNamed()) in resolveReferencesChain()
H A DLVType.cpp158 if (!isNamed() && !getIsTemplateParam()) in resolveName()
H A DLVElement.cpp446 if (Parent->isNamed()) in resolveQualifiedName()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h517 bool isNamed() const { return Aux.index() == Named; } in isNamed() function
525 assert(isNamed() && "Should be named!"); in getName()
538 if (isNamed()) in getAsString()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1103 bool isNamed = !isNonASCII; in GenerateConstantString() local
1104 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.cpp598 if (Arg->isNamed()) in resolveArguments()
4479 if (Value->isNamed()) in CheckTemplateArgValues()
H A DRecord.cpp2465 if (Arg->isNamed()) in instantiate()