OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFunctionNoProtoType
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
1435
QualType
getFunctionNoProtoType
(QualType ResultTy,
1438
QualType
getFunctionNoProtoType
(QualType ResultTy) const {
1439
return
getFunctionNoProtoType
(ResultTy, FunctionType::ExtInfo());
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
3041
Result =
getFunctionNoProtoType
(FNPT->getReturnType(), Info);
3119
return
getFunctionNoProtoType
(RetTy, Proto->getExtInfo());
4164
///
getFunctionNoProtoType
- Return a K&R style C function type like 'int()'.
4166
ASTContext::
getFunctionNoProtoType
(QualType ResultTy,
4181
getFunctionNoProtoType
(getCanonicalFunctionResultType(ResultTy), Info);
9592
return
getFunctionNoProtoType
(retType, einfo);
10647
return
getFunctionNoProtoType
(ResType, EI);
ASTDiagnostic.cpp
102
: Context.
getFunctionNoProtoType
(RT, FT->getExtInfo());
Type.cpp
1030
return Ctx.
getFunctionNoProtoType
(returnType, T->getExtInfo());
1327
return Ctx.
getFunctionNoProtoType
(returnType, funcType->getExtInfo());
ASTImporter.cpp
1234
return Importer.getToContext().
getFunctionNoProtoType
(*ToReturnTypeOrErr,
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp
1010
T = getContext().
getFunctionNoProtoType
(T);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp
5181
T = Context.
getFunctionNoProtoType
(T, EI);
5197
T = Context.
getFunctionNoProtoType
(T, EI);
SemaExpr.cpp
3393
type = Context.
getFunctionNoProtoType
(fty->getReturnType(),
19212
DestType = S.Context.
getFunctionNoProtoType
(DestType,
SemaDecl.cpp
14830
Context.
getFunctionNoProtoType
(Context.IntTy))) {
TreeTransform.h
14316
return SemaRef.Context.
getFunctionNoProtoType
(T);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp
2565
CGM.getContext().
getFunctionNoProtoType
(Proto->getReturnType());
CodeGenModule.cpp
6257
return Ctx.
getFunctionNoProtoType
(
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
5202
QualType FType = Context->
getFunctionNoProtoType
(Context->VoidPtrTy);
RewriteObjC.cpp
4357
QualType FType = Context->
getFunctionNoProtoType
(Context->VoidPtrTy);
Completed in 123 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026