Searched defs:DefaultLoc (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Expr.cpp | 4122 SourceLocation DefaultLoc, SourceLocation RParenLoc, in GenericSelectionExpr() 4147 SourceLocation DefaultLoc, SourceLocation RParenLoc, in GenericSelectionExpr() 4173 SourceLocation DefaultLoc, SourceLocation RParenLoc, in Create() 4187 SourceLocation DefaultLoc, SourceLocation RParenLoc, in Create()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 838 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'. in ParseDefaultStatement() local
|
H A D | ParseExpr.cpp | 3196 SourceLocation DefaultLoc; in ParseGenericSelectionExpression() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 2688 SourceLocation DefaultLoc; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 523 Sema::ActOnDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc, in ActOnDefaultStmt()
|
H A D | SemaOpenMP.cpp | 7185 SourceLocation DefaultLoc; member in __anon5b04668f3411::OpenMPIterationSpaceChecker 7231 DSAStackTy &Stack, SourceLocation DefaultLoc) in OpenMPIterationSpaceChecker() 7844 calculateNumIters(Sema &SemaRef, Scope *S, SourceLocation DefaultLoc, in calculateNumIters()
|
H A D | SemaDeclCXX.cpp | 6463 SourceLocation DefaultLoc) { in DefineDefaultedFunction() 16854 void Sema::SetDeclDefaulted(Decl *Dcl, SourceLocation DefaultLoc) { in SetDeclDefaulted()
|
H A D | TreeTransform.h | 1293 StmtResult RebuildDefaultStmt(SourceLocation DefaultLoc, in RebuildDefaultStmt() 2815 SourceLocation DefaultLoc, in RebuildGenericSelectionExpr()
|
H A D | SemaExpr.cpp | 1575 SourceLocation DefaultLoc, in ActOnGenericSelectionExpr() 1601 SourceLocation DefaultLoc, in CreateGenericSelectionExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Expr.h | 5569 SourceLocation DefaultLoc, RParenLoc; variable
|