Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1618 Preprocessor::serializeSafeBufferOptOutMap() const { in serializeSafeBufferOptOutMap() function in Preprocessor
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h3089 SmallVector<SourceLocation, 64> serializeSafeBufferOptOutMap() const;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2606 for (SourceLocation &S : PP.serializeSafeBufferOptOutMap()) in WritePreprocessor()