Lines Matching defs:File
5 // This file is distributed under the University of Illinois Open Source
10 // This file implements the PragmaHandler/PragmaTable interfaces and implements
362 // Get the current file lexer we're looking at. Ignore _Pragma 'files' etc.
363 // Mark the file as a once-only file now.
426 // Get the current file lexer we're looking at. Ignore _Pragma 'files' etc.
429 // Mark the file as a system header.
439 // Notify the client, if desired, that we are in a new source file.
476 // Search include directories for this file.
478 const FileEntry *File =
481 if (!File) {
489 // If this file is older than the file
490 if (CurFile && CurFile->getModificationTime() < File->getModificationTime()) {
810 /// PragmaOnceHandler - "\#pragma once" marks the file as atomically included.
839 /// PragmaSystemHeaderHandler - "\#pragma system_header" marks the current file