OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PragmaARCCFCodeAuditedLoc
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Lex/
PPLexerChange.cpp
243
if (
PragmaARCCFCodeAuditedLoc
.isValid() &&
245
Diag(
PragmaARCCFCodeAuditedLoc
, diag::err_pp_eof_in_arc_cf_code_audited);
248
PragmaARCCFCodeAuditedLoc
= SourceLocation();
PPDirectives.cpp
[
all
...]
/external/clang/include/clang/Lex/
Preprocessor.h
172
SourceLocation
PragmaARCCFCodeAuditedLoc
;
732
return
PragmaARCCFCodeAuditedLoc
;
738
PragmaARCCFCodeAuditedLoc
= Loc;
[
all
...]
Completed in 16 milliseconds