Home
last modified time | relevance | path

Searched refs:IsInvalid (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp179 bool IsInvalid = llvm::errorToBool(validateEditRange(Range, SM)); in getFileRangeForEdit() local
180 if (IsInvalid) in getFileRangeForEdit()
190 bool IsInvalid = in getFileRange() local
192 if (IsInvalid) in getFileRange()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h71 bool IsInvalid = false; variable
219 return IsInvalid; in isInvalid()
506 IsInvalid = true; in ~LoopBase()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp296 bool IsInvalid; member
376 Calls.IsInvalid = true; in buildCoawaitCalls()
397 Calls.IsInvalid = true; in buildCoawaitCalls()
405 Calls.IsInvalid = true; in buildCoawaitCalls()
438 Calls.IsInvalid = true; in buildCoawaitCalls()
949 if (RSS.IsInvalid) in BuildResolvedCoawaitExpr()
1006 if (RSS.IsInvalid) in BuildCoyieldExpr()
H A DSemaDeclCXX.cpp89 bool IsInvalid = false; in VisitExpr() local
92 IsInvalid |= Visit(SubStmt); in VisitExpr()
93 return IsInvalid; in VisitExpr()
8462 bool IsInvalid = false; member
8466 IsInvalid |= S.isInvalid(); in add()
8467 if (IsInvalid) in add()
8499 if (Stmts.IsInvalid) in build()
11776 bool IsInvalid = false; in ActOnStartNamespaceDef() local
11828 IsInvalid = true; in ActOnStartNamespaceDef()
11862 if (IsInvalid) in ActOnStartNamespaceDef()
[all …]
H A DSemaType.cpp8390 bool IsInvalid = false; in HandlePtrAuthQualifier() local
8392 IsInvalid |= !S.checkPointerAuthDiscriminatorArg(IsAddressDiscriminatedArg, in HandlePtrAuthQualifier()
8395 IsInvalid |= !S.checkPointerAuthDiscriminatorArg( in HandlePtrAuthQualifier()
8398 if (IsInvalid) { in HandlePtrAuthQualifier()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp382 bool IsInvalid, unsigned ID, unsigned Cost, in getInstructionMappingImpl() argument
385 assert(((IsInvalid && ID == InvalidMappingID && Cost == 0 && in getInstructionMappingImpl()
387 !IsInvalid) && in getInstructionMappingImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h486 bool IsInvalid() const { return !IsValid(); } in IsInvalid() function
528 if (parser_generic_decl.IsInvalid()) in Import()
H A DClangASTImporter.cpp561 if (parser_decl.IsInvalid()) in ImportOffsetMap()
602 if (origin_base_record.IsInvalid()) in ExtractBaseOffsets()
608 if (origin_base_cxx_record.IsInvalid()) in ExtractBaseOffsets()
648 if (origin_record.IsInvalid()) in importRecordLayoutFromOrigin()
H A DClangASTSource.cpp1147 if (origin_iface_decl.IsInvalid()) in FindObjCPropertyAndIvarDeclsWithOrigin()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h526 getInstructionMappingImpl(bool IsInvalid, unsigned ID = InvalidMappingID,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp421 bool IsInvalid = false; in ParseRHSOfBinaryExpression() local
423 SM.getCharacterData(FILoc.getLocWithOffset(-1), &IsInvalid); in ParseRHSOfBinaryExpression()
424 if (!IsInvalid && *SourcePtr == ' ') { in ParseRHSOfBinaryExpression()
426 SM.getCharacterData(FILoc.getLocWithOffset(-2), &IsInvalid); in ParseRHSOfBinaryExpression()
427 if (!IsInvalid && *SourcePtr == ' ') { in ParseRHSOfBinaryExpression()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4666 IsInvalid = 0, enumerator
4685 WhatIs(IsInvalid) {} in MDEitherFieldImpl()