Home
last modified time | relevance | path

Searched defs:DefaultLoc (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp4122 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 DParseStmt.cpp838 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'. in ParseDefaultStatement() local
H A DParseExpr.cpp3196 SourceLocation DefaultLoc; in ParseGenericSelectionExpression() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h2688 SourceLocation DefaultLoc; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp523 Sema::ActOnDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc, in ActOnDefaultStmt()
H A DSemaOpenMP.cpp7185 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 DSemaDeclCXX.cpp6463 SourceLocation DefaultLoc) { in DefineDefaultedFunction()
16854 void Sema::SetDeclDefaulted(Decl *Dcl, SourceLocation DefaultLoc) { in SetDeclDefaulted()
H A DTreeTransform.h1293 StmtResult RebuildDefaultStmt(SourceLocation DefaultLoc, in RebuildDefaultStmt()
2815 SourceLocation DefaultLoc, in RebuildGenericSelectionExpr()
H A DSemaExpr.cpp1575 SourceLocation DefaultLoc, in ActOnGenericSelectionExpr()
1601 SourceLocation DefaultLoc, in CreateGenericSelectionExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h5569 SourceLocation DefaultLoc, RParenLoc; variable