Home
last modified time | relevance | path

Searched defs:ICEDiag (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DExprConstant.cpp9317 struct ICEDiag { struct
9318 ICEKind Kind;
9319 SourceLocation Loc;
9321 ICEDiag(ICEKind IK, SourceLocation l) : Kind(IK), Loc(l) {} in ICEDiag() function
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp15022 struct ICEDiag { struct
15023 ICEKind Kind;
15024 SourceLocation Loc;
15026 ICEDiag(ICEKind IK, SourceLocation l) : Kind(IK), Loc(l) {} in ICEDiag() argument