Home
last modified time | relevance | path

Searched refs:ResultFile (Results 1 – 3 of 3) sorted by relevance

/external/clang/tools/scan-build/
Dccc-analyzer64 my $ResultFile;
68 if (defined $ResultFile && -z $ResultFile) {
69 `rm -f $ResultFile`;
191 if (defined $ResultFile) {
192 push @Args, '-o', $ResultFile;
670 $ResultFile = $f;
Dc++-analyzer64 my $ResultFile;
68 if (defined $ResultFile && -z $ResultFile) {
69 `rm -f $ResultFile`;
191 if (defined $ResultFile) {
192 push @Args, '-o', $ResultFile;
670 $ResultFile = $f;
/external/clang/tools/libclang/
DCIndex.cpp3769 CXFile ResultFile; in clang_getCursor() local
3776 clang_getExpansionLocation(ResultLoc, &ResultFile, &ResultLine, in clang_getCursor()
3779 ResultFileName = clang_getFileName(ResultFile); in clang_getCursor()