Home
last modified time | relevance | path

Searched refs:IsInvalid (Results 1 – 11 of 11) 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
212 /// helper is "assert(L.isInvalid())" or equivalent, since IsInvalid is set to
219 return IsInvalid; in isInvalid()
502 IsInvalid = true;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp299 bool IsInvalid; member
388 Calls.IsInvalid = true; in buildCoawaitCalls()
409 Calls.IsInvalid = true; in buildCoawaitCalls()
417 Calls.IsInvalid = true; in buildCoawaitCalls()
450 Calls.IsInvalid = true; in buildCoawaitCalls()
902 if (RSS.IsInvalid) in BuildResolvedCoawaitExpr()
960 if (RSS.IsInvalid) in BuildCoyieldExpr()
H A DSemaDeclCXX.cpp92 bool IsInvalid = false; in VisitExpr() local
95 IsInvalid |= Visit(SubStmt); in VisitExpr()
96 return IsInvalid; in VisitExpr()
8285 bool IsInvalid = false; member
8289 IsInvalid |= S.isInvalid(); in add()
8290 if (IsInvalid) in add()
8322 if (Stmts.IsInvalid) in build()
11535 bool IsInvalid = false; in ActOnStartNamespaceDef() local
11587 IsInvalid = true; in ActOnStartNamespaceDef()
11621 if (IsInvalid) in ActOnStartNamespaceDef()
19043 bool IsMemberSpecialization, IsInvalid; ActOnStartFunctionDeclarationDeclarator() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp384 bool IsInvalid, unsigned ID, unsigned Cost, in getInstructionMappingImpl() argument
387 assert(((IsInvalid && ID == InvalidMappingID && Cost == 0 && in getInstructionMappingImpl()
389 !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.cpp562 if (parser_decl.IsInvalid()) in ImportOffsetMap()
603 if (origin_base_record.IsInvalid()) in ExtractBaseOffsets()
609 if (origin_base_cxx_record.IsInvalid()) in ExtractBaseOffsets()
649 if (origin_record.IsInvalid()) in importRecordLayoutFromOrigin()
H A DClangASTSource.cpp1146 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.cpp537 bool IsInvalid = false; in ParseRHSOfBinaryExpression() local
539 SM.getCharacterData(FILoc.getLocWithOffset(-1), &IsInvalid); in ParseRHSOfBinaryExpression()
540 if (!IsInvalid && *SourcePtr == ' ') { in ParseRHSOfBinaryExpression()
542 SM.getCharacterData(FILoc.getLocWithOffset(-2), &IsInvalid); in ParseRHSOfBinaryExpression()
543 if (!IsInvalid && *SourcePtr == ' ') { in ParseRHSOfBinaryExpression()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4565 IsInvalid = 0, enumerator
4584 WhatIs(IsInvalid) {} in MDEitherFieldImpl()