Searched defs:IsImplicit (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 584 bool IsImplicit = false) { in checkCoroutineContext() 872 Expr *Awaiter, bool IsImplicit) { in BuildResolvedCoawaitExpr() 979 bool IsImplicit) { in BuildCoreturnStmt()
|
H A D | SemaTemplateDeductionGuide.cpp | 201 SourceLocation Loc, SourceLocation LocEnd, bool IsImplicit, in buildDeductionGuide()
|
H A D | SemaLambda.cpp | 2117 bool IsImplicit = I >= LSI->NumExplicitCaptures; in BuildLambdaExpr() local
|
H A D | SemaExprCXX.cpp | 1448 bool IsImplicit) { in BuildCXXThisExpr()
|
H A D | TreeTransform.h | 1552 bool IsImplicit) { in RebuildCoreturnStmt() 1562 bool IsImplicit) { in RebuildCoawaitExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtCXX.h | 479 bool IsImplicit : 1; variable
|
H A D | ExprCXX.h | 1153 CXXThisExpr(SourceLocation L, QualType Ty, bool IsImplicit, ExprValueKind VK) in CXXThisExpr()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.cpp | 658 bool IsImplicit = false; in CheckThis() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 6596 bool IsImplicit = false; member 6741 ArrayRef<OpenMPMotionModifierKind> MotionModifiers, bool IsImplicit, in getMapTypeBits() 6839 bool IsImplicit, bool GenerateAllInfoForClauses, in generateInfoForComponentList() 7814 const Expr *VarRef = nullptr, bool ForDeviceAddr = false) { in generateAllInfoForClauses() 7915 bool IsImplicit, bool IsDevAddr) { in generateAllInfoForClauses() 8588 bool IsImplicit; in generateInfoForCapture() local 8707 bool IsImplicit; in generateInfoForCapture() local 8726 bool IsImplicit; in generateInfoForCapture() local 8749 bool IsImplicit = true; in generateDefaultMapInfo() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZFrameLowering.cpp | 302 unsigned GPR64, bool IsImplicit) { in addSavedGPR()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 245 bool IsImplicit; member
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangDiagnosticsEmitter.cpp | 204 bool IsImplicit = false; in groupDiagnostics() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 1570 QualType Ty, bool IsImplicit) { in Create()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 2030 bool IsImplicit = CaptureBits.getNextBit(); in ReadCXXDefinitionData() local
|