Home
last modified time | relevance | path

Searched defs:ClosingBrace (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp614 const char *ClosingBrace = std::find_if(ThisTokBuf, ThisTokEnd, [](char C) { in ProcessNamedUCNEscape() local
H A DPPMacroExpansion.cpp691 SmallVectorImpl<Token>::iterator ClosingBrace = OldTokens.end(); in GenerateNewArgTokens() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1259 SourceLocation ClosingBrace, in LambdaExpr()
1300 SourceLocation ClosingBrace, in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1971 SourceLocation ClosingBrace; variable