OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PVD
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/slang/
slang_rs_export_foreach.cpp
38
const clang::ParmVarDecl *
PVD
) {
39
slangAssert(Diags &&
PVD
);
42
Diags->Report(clang::FullSourceLoc(
PVD
->getLocation(), SM),
45
<<
PVD
->getName();
81
const clang::ParmVarDecl *
PVD
= FD->getParamDecl(i);
82
clang::QualType QT =
PVD
->getType().getCanonicalType();
86
mIn =
PVD
;
92
PVD
= FD->getParamDecl(i);
93
QT =
PVD
->getType().getCanonicalType();
95
mOut =
PVD
;
[
all
...]
slang_rs_export_func.cpp
82
const clang::ParmVarDecl *
PVD
= FD->getParamDecl(i);
83
llvm::StringRef ParamName =
PVD
->getName();
85
if (
PVD
->hasDefaultArg())
96
PVD
->getIdentifier(),
97
PVD
->getOriginalType(),
slang_rs_object_ref_count.cpp
73
const clang::ParmVarDecl *
PVD
= FD->getParamDecl(0);
74
clang::QualType PVT =
PVD
->getOriginalType();
[
all
...]
/external/clang/lib/Frontend/
ASTConsumers.cpp
360
ParmVarDecl*
PVD
= cast<ParmVarDecl>(*I);
361
Out << "<parameter> " <<
PVD
<< '\n';
/external/clang/lib/Sema/
SemaExpr.cpp
[
all
...]
Completed in 471 milliseconds