Searched refs:setFunctionDefinitionKind (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp1231 D.setFunctionDefinitionKind(FunctionDefinitionKind::Definition);
1262 D.setFunctionDefinitionKind(FunctionDefinitionKind::Definition);
H A DParseExpr.cpp3426 DeclaratorInfo.setFunctionDefinitionKind(FunctionDefinitionKind::Definition);
3465 ParamInfo.setFunctionDefinitionKind(FunctionDefinitionKind::Definition);
H A DParseDeclCXX.cpp2763 DeclaratorInfo.setFunctionDefinitionKind(DefinitionKind);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h2572 void setFunctionDefinitionKind(FunctionDefinitionKind Val) { function in class:clang::Declarator
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp5578 D.setFunctionDefinitionKind(FunctionDefinitionKind::Declaration);
13960 D.setFunctionDefinitionKind(FunctionDefinitionKind::Definition);
H A DSemaOpenMP.cpp6683 D.setFunctionDefinitionKind(FunctionDefinitionKind::Declaration);

Completed in 430 milliseconds