OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPlusPlus
(Results
51 - 75
of
87
) sorted by null
1
2
3
4
/external/clang/lib/Sema/
JumpDiagnostics.cpp
152
if (Context.getLangOpts().
CPlusPlus
&& VD->hasLocalStorage()) {
SemaExprObjC.cpp
290
if (getLangOpts().
CPlusPlus
) {
318
if (S.getLangOpts().
CPlusPlus
&& Element->getType()->isRecordType()) {
[
all
...]
SemaOverload.cpp
298
assert(Ctx.getLangOpts().
CPlusPlus
&& "narrowing check outside C++");
[
all
...]
Sema.cpp
114
if (getLangOpts().
CPlusPlus
)
[
all
...]
SemaExprCXX.cpp
[
all
...]
SemaObjCProperty.cpp
[
all
...]
SemaDeclCXX.cpp
288
if (!getLangOpts().
CPlusPlus
) {
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
188
if (!LangOpts.
CPlusPlus
) return 0;
331
if (getLangOpts().
CPlusPlus
)
338
if (getLangOpts().
CPlusPlus
)
431
if (LangOpts.
CPlusPlus
) { // C++ 3.9.1p5
439
if (LangOpts.
CPlusPlus
) // C++0x 3.9.1p5, extension for C++
444
if (LangOpts.
CPlusPlus
) // C++0x 3.9.1p5, extension for C++
[
all
...]
TypePrinter.cpp
451
} else if (T->getNumArgs() == 0 && !Policy.LangOpts.
CPlusPlus
) {
650
// = Policy.LangOpts.
CPlusPlus
|| Policy.SuppressTagKeyword;
654
if (!(Policy.LangOpts.
CPlusPlus
|| Policy.SuppressTagKeyword ||
[
all
...]
ExprConstant.cpp
[
all
...]
Type.cpp
583
if (!Ctx.getLangOpts().
CPlusPlus
)
[
all
...]
DeclBase.cpp
[
all
...]
ItaniumMangle.cpp
378
if (!getASTContext().getLangOpts().
CPlusPlus
&& !D->hasAttrs())
395
if (!getASTContext().getLangOpts().
CPlusPlus
)
[
all
...]
RecordLayoutBuilder.cpp
[
all
...]
ASTImporter.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp
[
all
...]
CodeGenFunction.cpp
740
if (getContext().getLangOpts().
CPlusPlus
) {
[
all
...]
CGBlocks.cpp
230
if (CGM.getLangOpts().
CPlusPlus
&& !isSafeForCXXConstantCapture(type))
377
} else if (CGM.getLangOpts().
CPlusPlus
) {
[
all
...]
CGObjC.cpp
[
all
...]
/external/clang/lib/Frontend/
CompilerInvocation.cpp
639
// AsmPreprocessor,
CPlusPlus
, ObjC1, ObjC2, OpenCL
[
all
...]
/external/clang/lib/Parse/
ParseTemplate.cpp
787
assert(getLangOpts().
CPlusPlus
&& "Can only annotate template-ids in C++");
[
all
...]
ParseObjc.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp
411
if (AMgr.getLangOpts().
CPlusPlus
&& VD->getType()->isRecordType() &&
/external/clang/tools/libclang/
CIndexUSRs.cpp
197
if (!Ctx.getLangOpts().
CPlusPlus
|| D->isExternC())
/external/clang/include/clang/AST/
ASTContext.h
[
all
...]
Completed in 1200 milliseconds
1
2
3
4